summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-18 15:22:00 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-18 15:22:00 +0100
commitf8348b91adf7c878ffad2229e60db7c67565a516 (patch)
tree3fc4a2cb1ffaabe677b756eb7c7226b6d8c5e132 /configure.ac
parent68c141f144b68baa98a2f48c8ff3f867d667e153 (diff)
downloadguix-f8348b91adf7c878ffad2229e60db7c67565a516.tar.gz
guix-f8348b91adf7c878ffad2229e60db7c67565a516.tar.xz
Turn Guix into "GNU Guix".
* configure.ac: Change package name to "GNU Guix", and bug-report address to `gnu-system-discuss@gnu.org'. * doc/guix.texi: Replace "Guix" by "GNU Guix" in some places. (Top, Introduction): Mention "for the GNU system". * HACKING, README: Use "GNU Guix" instead of "Guix" in some places.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e67468504c..703dee8b17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.68)
-AC_INIT([Guix], [0.1], [guile-user@gnu.org])
+AC_INIT([GNU Guix], [0.1], [gnu-system-discuss@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 gnu silent-rules subdir-objects \