diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-04-19 11:43:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-19 11:43:29 +0200 |
commit | 3f4c215df96b4bc0c016994ec8fc0ce72ba4d9b4 (patch) | |
tree | 764f5e1cfc15282ecd2614b7db90f5388cbe6f2b | |
parent | projects: Add Léo Le Bouter. (diff) |
people: Distinguish between "endorse" and "participate".
* people.sxml: Do not equate "endorse" with "participate".
-rw-r--r-- | people.sxml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/people.sxml b/people.sxml index f8dd045..1857d06 100644 --- a/people.sxml +++ b/people.sxml | |||
@@ -29,10 +29,10 @@ | |||
29 | 29 | ||
30 | (content | 30 | (content |
31 | ((h2 "People") | 31 | ((h2 "People") |
32 | (p "The following maintainers and contributors participate in " | 32 | (p "The following maintainers and contributors endorsed the " |
33 | "the GNU Assembly and have endorsed the " | ||
34 | (a (@ (href "/en/documents/social-contract")) | 33 | (a (@ (href "/en/documents/social-contract")) |
35 | "Social Contract") ":") | 34 | "Social Contract") |
35 | " and may participate in the GNU Assembly:") | ||
36 | 36 | ||
37 | (ul ;; (@ (class "projects")) | 37 | (ul ;; (@ (class "projects")) |
38 | ,@(map (match-lambda | 38 | ,@(map (match-lambda |