summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-01-09 00:35:19 +0100
committerMathieu Lirzin <mthl@gnu.org>2017-01-09 00:35:19 +0100
commit49fae56c95d6748061e6033d66c3464e63b98d25 (patch)
treeb9dd840a3bec920becfc533ecfd774fe34df3954 /configure.ac
parentb29820b8bbef45c733623e7ae49028447e63344e (diff)
downloadcuirass-49fae56c95d6748061e6033d66c3464e63b98d25.tar
cuirass-49fae56c95d6748061e6033d66c3464e63b98d25.tar.gz
maint: Add new mailing list and webpage.
* configure.ac: Declare <bug-cuirass@framalistes.org> as package mailing list, and <https://notabug.org/mthl/cuirass/> as package website. * src/cuirass/ui.scm (show-package-information): Display them.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0c3de2a..50660e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
## Process this file with autoconf to produce a configure script.
-# Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
+# Copyright © 2016, 2017 Mathieu Lirzin <mthl@gnu.org>
#
# This file is part of Cuirass.
#
@@ -20,7 +20,8 @@
AC_PREREQ([2.61])
AC_INIT([Cuirass],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
- [bug-guix@gnu.org])
+ [bug-cuirass@framalistes.org], [cuirass],
+ [https://notabug.org/mthl/cuirass/])
AC_CONFIG_SRCDIR([bin/cuirass.in])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([git-version-gen])