summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2017-07-01 18:41:18 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2017-07-01 18:44:55 +0200
commit8f32507d1c8096e03eed103054f735b35d803e37 (patch)
tree3de2c54e596c542a5483d2f76b87a6008671ff4f
parent7f8029d33cfbc374bd00cae4d8a937dbdcc6696d (diff)
downloadcuirass-8f32507d1c8096e03eed103054f735b35d803e37.tar
cuirass-8f32507d1c8096e03eed103054f735b35d803e37.tar.gz
configure.ac: Update homepage and bug report email.
* configure.ac (AC_INIT): Update homepage and bug report email.
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0be5456..640e0c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,7 @@
# Copyright © 2016, 2017 Mathieu Lirzin <mthl@gnu.org>
# Copyright © 2017 Ludovic Courtès <ludo@gnu.org>
+# Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
#
# This file is part of Cuirass.
#
@@ -21,8 +22,8 @@
AC_PREREQ([2.61])
AC_INIT([Cuirass],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
- [bug-cuirass@framalistes.org], [cuirass],
- [https://notabug.org/mthl/cuirass/])
+ [bug-guix@gnu.org], [cuirass],
+ [https://www.gnu.org/software/guix/])
AC_CONFIG_SRCDIR([bin/cuirass.in])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([git-version-gen])