[evolution/gnome-3-28] Update bug URL and switch to https:// in the DOAP file



commit 64c6b44cffca3131b3fc986ff59a5140c6d4fe33
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jun 4 17:48:51 2018 +0200

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

 CMakeLists.txt | 2 +-
 evolution.doap | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e2d3e4df1..edd3857cdb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_policy(VERSION 3.1)
 project(evolution
        VERSION 3.28.3
        LANGUAGES C)
-set(PROJECT_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution";)
+set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution/issues/";)
 set(PROJECT_URL "http://wiki.gnome.org/Apps/Evolution/";)
 
 # Base Version: This is for API/version tracking for things like
diff --git a/evolution.doap b/evolution.doap
index 94f12b9aa2..328bbca6e9 100644
--- a/evolution.doap
+++ b/evolution.doap
@@ -9,9 +9,9 @@
   <shortdesc xml:lang="en">Manage your email, contacts and schedule</shortdesc>
   <description>Manage your email, contacts and schedule</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"; />
-  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=evolution"; />
+  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/evolution-list"; />
+  <download-page rdf:resource="https://download.gnome.org/sources/evolution"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/evolution/issues/"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
   <programming-language>C</programming-language>
   <programming-language>XML</programming-language>


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