diff options
author | Laurent Napias <[email protected]> | 2019-06-09 22:00:38 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-06-13 09:34:28 +0200 |
commit | 82ecb94091dfe25f91124833719ed8269d2a1436 (patch) | |
tree | 034e651200f01fc7a7aa40afa86ae17ed68b75ba | |
parent | 42e4aaebc7e1d68915e1617df3c3f7bddf21c488 (diff) | |
download | mate-indicator-applet-82ecb94091dfe25f91124833719ed8269d2a1436.tar.bz2 mate-indicator-applet-82ecb94091dfe25f91124833719ed8269d2a1436.tar.xz |
Change url projet's website
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | src/applet-main.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,4 +7,4 @@ The indicator applet exposes Ayatana Indicators in the MATE Panel. Ayatana Indic MATE Indicator Applet is a fork of Indicator Applet for GNOME (https://launchpad.net/indicator-applet). -http://www.mate-desktop.org/ +https://mate-desktop.org/ diff --git a/src/applet-main.c b/src/applet-main.c index d84fd1c..d2a42a8 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -819,7 +819,7 @@ about_cb (GtkAction *action G_GNUC_UNUSED, "translator-credits", _("translator-credits"), "logo-icon-name", "mate-indicator-applet", "icon-name", "mate-indicator-applet", - "website", "http://www.mate-desktop.org", + "website", "https://mate-desktop.org", "website-label", _("MATE Website"), NULL ); |