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



commit 1a9bf78a4deb1ab0ff9b7feae3c8df7da4e8b2b0
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jun 4 17:51:28 2018 +0200

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

 CMakeLists.txt     | 2 +-
 evolution-ews.doap | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20b4766d..5cd8a275 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_policy(VERSION 3.1)
 project(evolution-ews
        VERSION 3.28.3
        LANGUAGES C)
-set(PROJECT_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews";)
+set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/";)
 
 # Required for FindIntltool module
 set(GETTEXT_PACKAGE ${PROJECT_NAME})
diff --git a/evolution-ews.doap b/evolution-ews.doap
index ceffd2a4..0e81e93f 100644
--- a/evolution-ews.doap
+++ b/evolution-ews.doap
@@ -7,10 +7,10 @@
   <name xml:lang="en">evolution-ews</name>
   <shortdesc xml:lang="en">MS Exchange integration through Exchange Web Services</shortdesc>
   <description>MS Exchange integration for the Evolution application</description>
-  <homepage rdf:resource="http://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-ews"; />
-  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=evolution-ews"; />
+  <homepage rdf:resource="https://wiki.gnome.org/Apps/Evolution"; />
+  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/evolution-list"; />
+  <download-page rdf:resource="https://download.gnome.org/sources/evolution-ews"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/evolution-ews/issues/"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
   <programming-language>C</programming-language>
 


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