Skip to content
Snippets Groups Projects
Commit ec528860 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

build: Change bug-report address; add URL.

* configure.ac: Change bug-report address in `AC_INIT'; add URL.
parent 5b2fd618
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.68)
AC_INIT([GNU Guix], [0.1], [gnu-system-discuss@gnu.org])
AC_INIT([GNU Guix], [0.1], [bug-guix@gnu.org], [guix],
[http://gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 gnu silent-rules subdir-objects \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment