summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-04-16 19:22:12 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-04-16 19:24:02 +0200
commitd148f6ae3aa7e4e2e80f177049b862c87daf14a9 (patch)
tree524996f6e6e45c50ffe874bfb421965a9bbf1eeb
parentcontribute.md: Change subscribe link from hyperkitty to postorius (diff)
projects: Add Dale Mellor.
-rw-r--r--projects.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/projects.scm b/projects.scm
index 3bed3fc..23865d4 100644
--- a/projects.scm
+++ b/projects.scm
@@ -128,6 +128,10 @@
128 (liquid-war-6 128 (liquid-war-6
129 "Liquid War 6" 129 "Liquid War 6"
130 "https://www.gnu.org/software/liquidwar6/") 130 "https://www.gnu.org/software/liquidwar6/")
131 (mcron
132 "GNU Mcron"
133 "https://www.gnu.org/software/mcron/"
134 "/static/images/logos/mcron.png")
131 (mcsim 135 (mcsim
132 "GNU MCSim" 136 "GNU MCSim"
133 "https://www.gnu.org/software/mcsim/" 137 "https://www.gnu.org/software/mcsim/"
@@ -232,3 +236,6 @@
232(define-member (person "Mathieu Othacehe" 236(define-member (person "Mathieu Othacehe"
233 "https://othacehe.org/") 237 "https://othacehe.org/")
234 guix) 238 guix)
239(define-member (person "Dale Mellor"
240 "https://rdmp.org/dale-mellor/")
241 mcron guix)