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.
pull/3/head
Mathieu Lirzin 2017-01-09 00:35:19 +01:00
parent b29820b8bb
commit 49fae56c95
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
2 changed files with 5 additions and 4 deletions

View File

@ -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])

View File

@ -1,5 +1,5 @@
;;; ui.scm -- user interface facilities for command-line tools
;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2016, 2017 Mathieu Lirzin <mthl@gnu.org>
;;;
;;; This file is part of Cuirass.
;;;
@ -48,5 +48,5 @@ There is NO WARRANTY, to the extent permitted by law.")
(newline)
(format #t "Report bugs to: ~a." %package-bugreport)
(newline)
(display "General help using GNU software: <http://www.gnu.org/gethelp/>")
(format #t "~A home page: <~A>" %package-name %package-url)
(newline))