guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: Alphabetically sort the list of security


From: Leo Famulari
Subject: branch master updated: website: Alphabetically sort the list of security contacts.
Date: Mon, 05 Apr 2021 16:05:55 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 1f7cd6c  website: Alphabetically sort the list of security contacts.
1f7cd6c is described below

commit 1f7cd6c323c928d6e852acf5d8c746fa0fba010a
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Apr 5 16:04:43 2021 -0400

    website: Alphabetically sort the list of security contacts.
    
    A small change, to avoid any suggestion of hierarchy or seniority.
    
    * website/apps/base/templates/security.scm (security-t): Sort by name.
---
 website/apps/base/templates/security.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/apps/base/templates/security.scm 
b/website/apps/base/templates/security.scm
index 0c47630..b5f7c7e 100644
--- a/website/apps/base/templates/security.scm
+++ b/website/apps/base/templates/security.scm
@@ -55,14 +55,14 @@ system|GNU Hurd|GNU Guix package manager|Security updates") 
#\|)
         (li "Ludovic Courtès"
           (ul (@ (class "mono"))
             (li ,ludovics-key)))
-        (li "Tobias Geerinckx-Rice"
-          (ul (@ (class "mono"))
-              (li (a (@ (href "https://www.tobias.gr/gpg/tobias.gr.gpg";))
-                    "F5BC 5534 C36F 0087 B39D  36EF 1C9D C4FE B9DB 7C4B"))))
         (li  "Maxime Devos"
           (ul (@ (class "mono"))
               (li (a (@ (href 
"https://notabug.org/mdevos/things/raw/master/Maxime_Devos.pub";))
-                     "C1F3 3EE2 0C52 8FDB 7DD7  011F 49E3 EE22 1917 25EE")))))
+                     "C1F3 3EE2 0C52 8FDB 7DD7  011F 49E3 EE22 1917 25EE"))))
+        (li "Tobias Geerinckx-Rice"
+          (ul (@ (class "mono"))
+              (li (a (@ (href "https://www.tobias.gr/gpg/tobias.gr.gpg";))
+                    "F5BC 5534 C36F 0087 B39D  36EF 1C9D C4FE B9DB 7C4B")))))
 
       ,(G_ `(h3 "Release signatures"))
       ,(G_



reply via email to

[Prev in Thread] Current Thread [Next in Thread]