[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: dmd → shepherd.
From: |
Ludovic Courtès |
Subject: |
01/01: website: dmd → shepherd. |
Date: |
Sun, 28 Feb 2016 13:42:34 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 5c7c3581ca9608ccb72f059de7c45fd5d756dc4a
Author: Ludovic Courtès <address@hidden>
Date: Sat Feb 27 16:48:26 2016 +0100
website: dmd → shepherd.
* website/www/about.scm (about-page): dmd → shepherd.
* website/www/download.scm (download-page): Ditto.
---
website/www/about.scm | 4 ++--
website/www/download.scm | 4 ++--
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 <address@hidden>
+;;; Copyright © 2015, 2016 Ludovic Courtès <address@hidden>
;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
;;; Copyright © 2015 David Thompson <address@hidden>
;;; Initially written by Luis Felipe López Acevedo <address@hidden>
@@ -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 <address@hidden>
+;;; Copyright © 2015, 2016 Ludovic Courtès <address@hidden>
;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
;;; Initially written by Luis Felipe López Acevedo <address@hidden>
;;; 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.")