[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 05/06: https URL instead of http
noreply at xfce.org
noreply at xfce.org
Mon Oct 1 20:34:47 CEST 2018
This is an automated email from the git hooks/post-receive script.
t i m y s t e r y p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-mount-plugin.
commit 149818a0453f757ad664b474ea2aa7bf1d5c5404
Author: Fabian <timystery at arcor.de>
Date: Sun Sep 30 20:29:50 2018 +0200
https URL instead of http
---
panel-plugin/mount-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/mount-plugin.c b/panel-plugin/mount-plugin.c
index bde66f4..17b6b8c 100644
--- a/panel-plugin/mount-plugin.c
+++ b/panel-plugin/mount-plugin.c
@@ -1078,7 +1078,7 @@ mounter_show_about(XfcePanelPlugin *plugin, t_mounter *mt)
"version", PACKAGE_VERSION,
"program-name", PACKAGE_NAME,
"comments", _("Show partitions/devices and allow to mount/unmount them"),
- "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin",
+ "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin",
"copyright", _("Copyright (c) 2005-2016\n"),
"authors", auth, NULL);
// TODO: add translators.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list