Message ID | 20211025200038.10379-1-t_w_@freenet.de |
---|---|
State | New |
Headers | show |
Series | [bug#48632,v2] gnu: p11-kit: Update home page. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | View Laminar job |
cbaines/issue | success | View issue |
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 700897a49b..f3fce5ffe1 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -156,7 +156,7 @@ (define-public p11-kit (substitute* "Makefile" (("test-runtime\\$\\(EXEEXT\\)") "")) #t))))) - (home-page "https://p11-glue.freedesktop.org/p11-kit.html") + (home-page "https://p11-glue.github.io/p11-glue/p11-kit.html") (synopsis "PKCS#11 library") (description "p11-kit provides a way to load and enumerate PKCS#11 modules. It
From: Ludovic Courtès <ludo@gnu.org> * gnu/packages/tls.scm (p11-kit)[home-page]: Update. --- gnu/packages/tls.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)