From 84a542cb0d4ab74b9a797ca09c075d3fdf48c9cc Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Tue, 12 Nov 2019 21:24:08 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- 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@xfce.org]) + [xfce-dev@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); -- 2.20.1