From: Michael Tremer Date: Mon, 15 Jun 2020 16:38:07 +0000 (+0000) Subject: configure: Update home and contact address X-Git-Tag: 0.9.2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b4f1368720dac451a67191e01fd89b8b62fb7e9;p=location%2Flibloc.git configure: Update home and contact address Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 418c1b7..c9a0944 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ AC_PREREQ(2.60) AC_INIT([libloc], [0.9.1], - [michael.tremer@ipfire.org], + [location@lists.ipfire.org], [libloc], - [https://www.ipfire.org/]) + [https://location.ipfire.org/]) AC_CONFIG_SRCDIR([src/libloc.c]) AC_CONFIG_AUX_DIR([build-aux])