diff options
author | Alex Kost <alezost@gmail.com> | 2016-01-27 23:16:56 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-01-29 20:21:54 +0300 |
commit | 171a0a13a4350ac9bbed0f2ed8e9c9777cc57b22 (patch) | |
tree | eeb6c20d6215839d4b09fcd88c7e73063647e2cc /build-aux | |
parent | 710fa231f03633fe243b52635479d591946fec44 (diff) | |
download | guix-171a0a13a4350ac9bbed0f2ed8e9c9777cc57b22.tar guix-171a0a13a4350ac9bbed0f2ed8e9c9777cc57b22.tar.gz |
Rename 'dmd' to 'shepherd' in comments and strings.
* build-aux/hydra/demo-os.scm (operating-system)[issue]: Point to
shepherd instead of dmd.
* ROADMAP: Likewise.
* gnu/build/install.scm (directives): Adjust comment.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/hydra/demo-os.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/demo-os.scm b/build-aux/hydra/demo-os.scm index c6e05ef8e2..d933bc8b25 100644 --- a/build-aux/hydra/demo-os.scm +++ b/build-aux/hydra/demo-os.scm @@ -57,7 +57,7 @@ This is an alpha preview of the GNU system. Welcome. This image features the GNU Guix package manager, which was used to build it (http://www.gnu.org/software/guix/). The init system is -GNU dmd (http://www.gnu.org/software/dmd/). +the GNU Shepherd (http://www.gnu.org/software/shepherd/). You can log in as 'guest' or 'root' with no password. ") |