git: df6c02d890dc - main - sysutils/edk2: Fix WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Sep 2024 06:36:27 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=df6c02d890dcebe7e438dada5315f829ab62035e commit df6c02d890dcebe7e438dada5315f829ab62035e Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2024-09-01 06:36:01 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-09-01 06:36:01 +0000 sysutils/edk2: Fix WWW --- sysutils/edk2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/edk2/Makefile b/sysutils/edk2/Makefile index e45680fed188..ab9a1dd1647f 100644 --- a/sysutils/edk2/Makefile +++ b/sysutils/edk2/Makefile @@ -7,7 +7,7 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ MAINTAINER= uboot@FreeBSD.org COMMENT= EDK2 Firmware for ${FLAVOR} -WWW= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/ReadMe.rst +WWW= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/ LICENSE= BSD3CLAUSE