[Xfce4-commits] [panel-plugins/xfce4-battery-plugin] 01/01: Update support URLs from goodies.xfce.org to docs.xfce.org (Bug #16154)
noreply at xfce.org
noreply at xfce.org
Fri Dec 6 03:49:03 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e 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-battery-plugin.
commit 0e8d1eca98d6d7f7bdd0d4a7f52092a2160fd90a
Author: Kevin Bowen <kevin.bowen at gmail.com>
Date: Mon Nov 11 22:26:15 2019 -0800
Update support URLs from goodies.xfce.org to docs.xfce.org (Bug #16154)
---
panel-plugin/battery.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/battery.c b/panel-plugin/battery.c
index b730274..e986a7c 100644
--- a/panel-plugin/battery.c
+++ b/panel-plugin/battery.c
@@ -56,7 +56,7 @@
#define LOW_COLOR "#ffff00"
#define CRITICAL_COLOR "#ff0000"
#define AVERAGING_CYCLE 5
-#define PLUGIN_WEBSITE "https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin"
+#define PLUGIN_WEBSITE "https://docs.xfce.org/panel-plugins/xfce4-battery-plugin"
typedef struct
{
@@ -1397,7 +1397,7 @@ battmon_show_about(XfcePanelPlugin *plugin, t_battmon *battmon)
"version", PACKAGE_VERSION,
"program-name", PACKAGE_NAME,
"comments", _("Show and monitor the battery status"),
- "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin",
+ "website", "https://docs.xfce.org/panel-plugins/xfce4-battery-plugin",
"copyright", _("Copyright (c) 2003-2019\n"),
"authors", auth, NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list