summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--evolution-data-server.doap6
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a1b2f1b7e..eb1f55acb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ project(evolution-data-server
VERSION 3.28.3
LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 14)
-set(PROJECT_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server")
+set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-data-server/issues/")
# Base Version: This is for API/version tracking for things like
# D-Bus server files. This should always be the major/minor of
diff --git a/evolution-data-server.doap b/evolution-data-server.doap
index f655ba5ff..2fd0748fd 100644
--- a/evolution-data-server.doap
+++ b/evolution-data-server.doap
@@ -8,9 +8,9 @@
<shortdesc xml:lang="en">Centralized access to appointments and contacts</shortdesc>
<description>Centralized access to appointments and contacts</description>
<homepage rdf:resource="https://wiki.gnome.org/Apps/Evolution" />
- <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/evolution-list" />
- <download-page rdf:resource="http://download.gnome.org/sources/evolution-data-server" />
- <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=evolution-data-server" />
+ <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/evolution-list" />
+ <download-page rdf:resource="https://download.gnome.org/sources/evolution-data-server" />
+ <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/evolution-data-server/issues/" />
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>C</programming-language>