summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2018-06-04 17:46:48 +0200
committerMilan Crha <mcrha@redhat.com>2018-06-04 17:57:42 +0200
commite6704eff21d8d7b35d4aec282c9309be8f5d61ef (patch)
treec02075949dd78a00a802e5366b53686e2bf770b7
parent3f0a3fcf743382d0a1208d1006875890a136d921 (diff)
downloadevolution-data-server-e6704eff21d8d7b35d4aec282c9309be8f5d61ef.tar.gz
Update bug URL and switch to https:// in the DOAP file
-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>