From 9de8b3cf788156a87e2adebd09086e10694917fd Mon Sep 17 00:00:00 2001 From: Lans Zhang Date: Thu, 13 Jul 2017 13:14:47 +0800 Subject: seloader,libsign: fix homepage URLs Signed-off-by: Lans Zhang --- meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb | 2 +- meta-efi-secure-boot/recipes-devtools/libsign/libsign_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb index 53b096f..db1b578 100644 --- a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb +++ b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb @@ -14,7 +14,7 @@ interface to allow the bootloader to verify the file, file buffer or \ memory buffer without knowing the file format. \ " AUTHOR = "Jia Zhang" -HOMEPAGE = "https://github.com/jiazhang0/SELoader.git" +HOMEPAGE = "https://github.com/jiazhang0/SELoader" SECTION = "bootloaders" LICENSE = "BSD-3-Clause" diff --git a/meta-efi-secure-boot/recipes-devtools/libsign/libsign_git.bb b/meta-efi-secure-boot/recipes-devtools/libsign/libsign_git.bb index faa07b7..369d533 100644 --- a/meta-efi-secure-boot/recipes-devtools/libsign/libsign_git.bb +++ b/meta-efi-secure-boot/recipes-devtools/libsign/libsign_git.bb @@ -8,7 +8,7 @@ layout of a signature format, and signlet only cares how to construct the \ signing request. \ " AUTHOR = "Jia Zhang" -HOMEPAGE = "https://github.com/jiazhang0/libsign.git" +HOMEPAGE = "https://github.com/jiazhang0/libsign" SECTION = "devel" LICENSE = "BSD-3-Clause" -- cgit v1.2.3-54-g00ecf