Update URLs for Savannah.

* configure.ac: Update bug report address.
* guix.scm: Update homepage.
This commit is contained in:
Timothy Sample 2019-06-01 10:02:09 -04:00
parent 453d48d850
commit 0306060fca
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
AC_INIT([Gash: Guile as Shell],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
[samplet@ngyro.com],
[gash-devel@nongnu.org],
[gash])
AC_CONFIG_SRCDIR([gash])
AC_CONFIG_AUX_DIR([build-aux])

View File

@ -88,7 +88,7 @@
("texinfo" ,texinfo)))
(inputs
`(("guile" ,guile-2.2)))
(home-page "https://gitlab.com/samplet/gash")
(home-page "https://savannah.nongnu.org/projects/gash/")
(synopsis "POSIX-compatible shell written in Guile Scheme")
(description "Gash is a POSIX-compatible shell written in Guile
Scheme. It is designed to be capable of bootstrapping Bash.")