GNU bug report logs -
#50048
[PATCH] website: security: Fix broken link to public key.
Previous Next
Reported by: Maxime Devos <maximedevos <at> telenet.be>
Date: Fri, 13 Aug 2021 15:04:01 UTC
Severity: normal
Tags: patch
Done: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* website/apps/base/templates/security.scm
(security-t): Fix broken link to public key.
---
website/apps/base/templates/security.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/apps/base/templates/security.scm b/website/apps/base/templates/security.scm
index b5f7c7e..74a79cf 100644
--- a/website/apps/base/templates/security.scm
+++ b/website/apps/base/templates/security.scm
@@ -57,7 +57,7 @@ system|GNU Hurd|GNU Guix package manager|Security updates") #\|)
(li ,ludovics-key)))
(li "Maxime Devos"
(ul (@ (class "mono"))
- (li (a (@ (href "https://notabug.org/mdevos/things/raw/master/Maxime_Devos.pub"))
+ (li (a (@ (href "https://notabug.org/maximed/things/raw/master/Maxime_Devos.pub"))
"C1F3 3EE2 0C52 8FDB 7DD7 011F 49E3 EE22 1917 25EE"))))
(li "Tobias Geerinckx-Rice"
(ul (@ (class "mono"))
--
2.32.0
This bug report was last modified 4 years and 9 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.