[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 01/01: Update support URLs to docs.xfce.org
noreply at xfce.org
noreply at xfce.org
Fri Dec 6 15:08:55 CET 2019
This is an automated email from the git hooks/post-receive script.
T o Z 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-genmon-plugin.
commit 032d4e4e558e9c515da7bd7c86ff13be32ca1493
Author: ToZ <tony.paulic at gmail.com>
Date: Fri Dec 6 09:05:37 2019 -0500
Update support URLs to docs.xfce.org
---
configure.ac.in | 2 +-
panel-plugin/main.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index ea7ba99..21168a4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ dnl
m4_define([genmon_version],[4.0.2])
AC_INIT([xfce4-genmon-plugin], [genmon_version],
- [goodies-dev at xfce.org])
+ [xfce-dev at xfce.org])
GENMON_VERSION=genmon_version()
AM_INIT_AUTOMAKE([xfce4-genmon-plugin], [$GENMON_VERSION])
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index dfbcd09..203c72f 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -789,7 +789,7 @@ static void About (XfcePanelPlugin *plugin)
"version", VERSION,
"program-name", PACKAGE,
"comments", _("Cyclically spawns a script/program, captures its output and displays the resulting string in the panel"),
- "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin",
+ "website", "https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin",
"copyright", _("Copyright \xc2\xa9 2004 Roger Seguin\nCopyright \xc2\xa9 2006 Julien Devemy\nCopyright \xc2\xa9 2016 Tony Paulic\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