[evolution-data-server] Update bug URL and switch to https:// in the DOAP file



commit ba01575d9fb906013b9dfef5f1cc08024e3f3faa
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jun 4 17:46:48 2018 +0200

    Update bug URL and switch to https:// in the DOAP file

 CMakeLists.txt             | 2 +-
 evolution-data-server.doap | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c167a2e0b..b490771ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ project(evolution-data-server
        VERSION 3.29.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>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]