diff options
author | Laurent Napias <[email protected]> | 2019-06-09 21:37:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-10 18:49:14 +0200 |
commit | 638dcf8259cdf6a4d966db5c5c7212a1ae551533 (patch) | |
tree | 31b980f982abe4a8e7b04e2aec35b0d12877dd36 | |
parent | ad9c40cf31abaac3ec7d39f86897e378961b98fc (diff) | |
download | mate-settings-daemon-638dcf8259cdf6a4d966db5c5c7212a1ae551533.tar.bz2 mate-settings-daemon-638dcf8259cdf6a4d966db5c5c7212a1ae551533.tar.xz |
Change url project's website
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,3 +1,3 @@ mate-settings-daemon is a fork of gnome-settings-daemon -http://www.mate-desktop.org/ +https://mate-desktop.org/ diff --git a/configure.ac b/configure.ac index 9ea01bc..7675944 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ m4_define([msd_api_version], AC_INIT([mate-settings-daemon], [msd_api_version_major.msd_api_version_minor.msd_api_version_micro], - [http://www.mate-desktop.org/]) + [https://mate-desktop.org/]) AC_CONFIG_SRCDIR([mate-settings-daemon/mate-settings-manager.c]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in b/plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in index d994f93..4e064b3 100644 --- a/plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in +++ b/plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in @@ -5,7 +5,7 @@ <policyconfig> <vendor>The MATE Project</vendor> - <vendor_url>http://www.mate-desktop.org/</vendor_url> + <vendor_url>https://mate-desktop.org/</vendor_url> <icon_name>mate-panel-clock</icon_name> <action id="org.mate.settingsdaemon.datetimemechanism.settimezone"> |