[dconf-editor] Use https for bugzilla.



commit f996c50742290a341dcd08653f138ad2299d8afa
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Mar 8 16:56:16 2018 +0100

    Use https for bugzilla.

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index f41d326..4d738c5 100644
--- a/meson.build
+++ b/meson.build
@@ -36,7 +36,7 @@ config_h = configuration_data()
 # package
 set_defines = [
   ['PACKAGE', dconf_editor_name],
-  ['PACKAGE_BUGREPORT', 'http://bugzilla.gnome.org/enter_bug.cgi?product=' + dconf_editor_name],
+  ['PACKAGE_BUGREPORT', 'https://bugzilla.gnome.org/enter_bug.cgi?product=' + dconf_editor_name],
   ['PACKAGE_NAME', dconf_editor_name],
   ['PACKAGE_STRING', '@0@ @1@'.format(dconf_editor_name, dconf_editor_version)],
   ['PACKAGE_TARNAME', dconf_editor_name],


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