summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-04-01 10:46:28 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-04-01 10:49:55 +0200
commitdc132f31605a7817192dbadbc3683136e9c3018d (patch)
treedcd10e042da5e42ca4cc1cf387ec478a9cc1798a
parente1d352935bec5f356669603ef5803d5ba7c8cd2e (diff)
downloadlibgee-dc132f31605a7817192dbadbc3683136e9c3018d.tar.gz
Update bugtracker and homepage links
-rw-r--r--configure.ac5
-rw-r--r--libgee.doap2
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 @@
<shortdesc xml:lang="en">A collection library providing GObject-based interfaces and classes for commonly used data structures</shortdesc>
<description>A collection library providing GObject-based interfaces and classes for commonly used data structures</description>
- <homepage rdf:resource="http://live.gnome.org/Libgee" />
+ <homepage rdf:resource="https://wiki.gnome.org/Projects/Libgee" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/vala-list" />
<download-page rdf:resource="https://download.gnome.org/sources/libgee/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/libgee/issues/" />