From 2f18574ffed40f68a731942e7d41e4a3b66242c7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 1 Feb 2022 16:34:57 +0000 Subject: [PATCH] pkcs11-helper: update homepage www.opensc-project.org expired, so point at the GitHub project page. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb index afad03c9a6..b8948c69bd 100644 --- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb +++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb @@ -6,7 +6,7 @@ certificates, or selecting a certificate directly by serialized id, handling \ card removal and card insert events, handling card ie-insert to a different \ slot, supporting session expiration and much more all using a simple API." -HOMEPAGE = "http://www.opensc-project.org/pkcs11-helper/" +HOMEPAGE = "https://github.com/OpenSC/pkcs11-helper" SECTION = "Development/Libraries" LICENSE = "GPLv2 & BSD"