From c412c33120abaff23bfb449bb55d97fb2d69577b Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Tue, 12 Nov 2019 20:03:20 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- configure.ac.in | 2 +- panel-plugin/datetime-dialog.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac.in b/configure.ac.in index 2ded22b..00573aa 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -9,7 +9,7 @@ AC_COPYRIGHT([Copyright (c) 2006-2016 Remco den Breeje Diego Ongaro Landry Breuil ]) -AC_INIT([xfce4-datetime-plugin], [datetime_version], [goodies-dev@xfce.org]) +AC_INIT([xfce4-datetime-plugin], [datetime_version], [xfce-dev@xfce.org]) dnl Initialize automake AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()]) diff --git a/panel-plugin/datetime-dialog.c b/panel-plugin/datetime-dialog.c index 9ec1e25..8a6f1a7 100644 --- a/panel-plugin/datetime-dialog.c +++ b/panel-plugin/datetime-dialog.c @@ -36,7 +36,7 @@ #include "datetime.h" #include "datetime-dialog.h" -#define PLUGIN_WEBSITE "https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin" +#define PLUGIN_WEBSITE "https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin" /* Layouts */ static const gchar *layout_strs[] = { -- 2.20.1