website: security: Remove inaccurate statement about release keys.

* website/apps/base/templates/security.scm (security-t): Remove
inaccurate reference to versions for release signing keys.
This commit is contained in:
Ludovic Courtès 2023-09-12 09:20:09 +02:00
parent 44f6a8df8e
commit 6b938f5336
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -71,9 +71,9 @@ system|GNU Hurd|GNU Guix package manager|Security updates") #\|)
,(G_ `(p "Releases of Guix are signed using one of "
"the following OpenPGP keys:"))
(ul (li (tt ,maxims-key)
(ul ,(G_ `(li "Maxim Cournoyer (from version 1.3.0)"))))
(ul ,(G_ `(li "Maxim Cournoyer"))))
(li (tt ,ludovics-key)
(ul ,(G_ `(li "Ludovic Courtès (until version 1.2.0)")))))
(ul ,(G_ `(li "Ludovic Courtès")))))
,(G_
`(p
"Users should "