summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-02-27 16:48:26 +0100
committerLudovic Courtès <ludo@gnu.org>2016-02-28 14:39:28 +0100
commit5c7c3581ca9608ccb72f059de7c45fd5d756dc4a (patch)
tree4286058a9829e5f787b8efa48bb563b7c311216b
parenteedcf1194899f7097325fcad9d8bc3f02cc0f2fe (diff)
downloadguix-artwork-5c7c3581ca9608ccb72f059de7c45fd5d756dc4a.tar
guix-artwork-5c7c3581ca9608ccb72f059de7c45fd5d756dc4a.tar.gz
website: dmd → shepherd.
* website/www/about.scm (about-page): dmd → shepherd. * website/www/download.scm (download-page): Ditto.
-rw-r--r--website/www/about.scm4
-rw-r--r--website/www/download.scm4
2 files changed, 4 insertions, 4 deletions
diff --git a/website/www/about.scm b/website/www/about.scm
index 3a7e5ea..3b77cf5 100644
--- a/website/www/about.scm
+++ b/website/www/about.scm
@@ -1,5 +1,5 @@
;;; GuixSD website --- GNU's advanced distro website
-;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Copyright © 2015 David Thompson <davet@gnu.org>
;;; Initially written by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org>
@@ -85,7 +85,7 @@ the "
"manual/html_node/Initial-RAM-Disk.html")))
"initial RAM disk")
" to the "
- (a (@ (href ,(gnu-url "software/dmd")))
+ (a (@ (href ,(gnu-url "software/shepherd")))
"initialization system")
", and to the "
(a (@ (href ,(base-url
diff --git a/website/www/download.scm b/website/www/download.scm
index 3223777..57aaffb 100644
--- a/website/www/download.scm
+++ b/website/www/download.scm
@@ -1,5 +1,5 @@
;;; GuixSD website --- GNU's advanced distro website
-;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Initially written by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org>
;;; who waives all copyright interest on this file.
@@ -109,7 +109,7 @@ dependencies.")
(a (@ (href ,(gnu-url "software/linux-libre")))
"Linux-Libre")
" kernel and the "
- (a (@ (href ,(gnu-url "software/dmd"))) "GNU dmd")
+ (a (@ (href ,(gnu-url "software/shepherd"))) "GNU Shepherd")
" init system. Alternately, its package manager, GNU Guix,
can be installed as an additional package manager on top of an installed
Linux-based system.")