From dc132f31605a7817192dbadbc3683136e9c3018d Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 1 Apr 2019 10:46:28 +0200 Subject: Update bugtracker and homepage links --- configure.ac | 5 ++++- libgee.doap | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6c15150..d9dd608 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,7 @@ -AC_INIT([libgee], [0.20.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee]) +AC_INIT([libgee], [0.20.1], + [https://gitlab.gnome.org/GNOME/libgee/issues], + [libgee], + [https://wiki.gnome.org/Projects/Libgee]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) diff --git a/libgee.doap b/libgee.doap index 5b486ef..d83f35f 100644 --- a/libgee.doap +++ b/libgee.doap @@ -10,7 +10,7 @@ A collection library providing GObject-based interfaces and classes for commonly used data structures A collection library providing GObject-based interfaces and classes for commonly used data structures - + -- cgit v1.2.1