diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-04-17 22:18:01 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-04-17 22:18:01 +0200 |
commit | 1363e389c934eb87192975ce225be0fd3b91ccaf (patch) | |
tree | c19cb1bc9ff16067ce6b972b5c153cfcb99dd018 | |
parent | static: Add Mcron logo. (diff) |
projects: Add Ben Pfaff and PSPP.
-rw-r--r-- | projects.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects.scm b/projects.scm index 23865d4..b2cbd6d 100644 --- a/projects.scm +++ b/projects.scm | |||
@@ -149,6 +149,9 @@ | |||
149 | (nano-archimedes | 149 | (nano-archimedes |
150 | "GNU Nano-Archimedes" | 150 | "GNU Nano-Archimedes" |
151 | "https://www.gnu.org/software/archimedes/") | 151 | "https://www.gnu.org/software/archimedes/") |
152 | (pspp | ||
153 | "GNU PSPP" | ||
154 | "https://www.gnu.org/software/pspp/") | ||
152 | (shepherd | 155 | (shepherd |
153 | "GNU Shepherd" | 156 | "GNU Shepherd" |
154 | "https://www.gnu.org/software/shepherd/") | 157 | "https://www.gnu.org/software/shepherd/") |
@@ -239,3 +242,6 @@ | |||
239 | (define-member (person "Dale Mellor" | 242 | (define-member (person "Dale Mellor" |
240 | "https://rdmp.org/dale-mellor/") | 243 | "https://rdmp.org/dale-mellor/") |
241 | mcron guix) | 244 | mcron guix) |
245 | (define-member (person "Ben Pfaff" | ||
246 | "https://benpfaff.org/") | ||
247 | pspp) | ||