[Xfce4-commits] [panel-plugins/xfce4-wavelan-plugin] 01/01: Update URLs from goodies.x.o to docs.x.o (Bug #16181)

noreply at xfce.org noreply at xfce.org
Fri Dec 6 04:10:58 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-wavelan-plugin.

commit 2b989a805ba009e5719fc79757773c3c117b2efb
Author: Kevin Bowen <kevin.bowen at gmail.com>
Date:   Wed Nov 13 01:19:58 2019 -0800

    Update URLs from goodies.x.o to docs.x.o (Bug #16181)
---
 README                 | 14 +++++++++++++-
 configure.ac.in        |  2 +-
 panel-plugin/wavelan.c |  2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/README b/README
index f126057..eaa8c2e 100644
--- a/README
+++ b/README
@@ -1,4 +1,6 @@
-WaveLAN plugin for the XFce4 panel.
+xfce4-wavelan-plugin - A WaveLAN plugin for the XFce4 panel.
+===================
+https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin
 
 Displays various information about a WaveLAN device:
 
@@ -9,3 +11,13 @@ Displays various information about a WaveLAN device:
 * Network name (current SSID of the WaveLAN network)
 
 At the time of this writing NetBSD, OpenBSD, FreeBSD and Linux are supported.
+
+How to report bugs?
+===================
+
+You can report bugs and feature requests at http://bugzilla.xfce.org.
+Choose the product Panel Plugins and the component xfce4-wavelan-plugin.
+You will need to create an account for yourself.
+
+You can also join the Xfce development mailing-list:
+https://mail.xfce.org/mailman/listinfo/xfce4-dev
diff --git a/configure.ac.in b/configure.ac.in
index 1602220..09bd278 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,7 +11,7 @@ m4_define([xwp_version], [xwp_version_major().xwp_version_minor().xwp_version_mi
 dnl Initial autoconf
 AC_COPYRIGHT([Copyright (c) 2003-2006 Benedikt Meurer <benny at xfce.org>
 Copyright (c) 2010 Florian Rivoal <frivoal at xfce.org>])
-AC_INIT([xfce4-wavelan-plugin], [xwp_version], [goodies-dev at xfce.org])
+AC_INIT([xfce4-wavelan-plugin], [xwp_version], [xfce-dev at xfce.org])
 AC_PREREQ([2.50])
 
 dnl Initial automake
diff --git a/panel-plugin/wavelan.c b/panel-plugin/wavelan.c
index 61001bb..0da829e 100644
--- a/panel-plugin/wavelan.c
+++ b/panel-plugin/wavelan.c
@@ -652,7 +652,7 @@ wavelan_show_about (XfcePanelPlugin *plugin, t_wavelan *wavelan)
       "version", PACKAGE_VERSION,
       "program-name", PACKAGE_NAME,
       "comments", _("View the status of a wireless network"),
-      "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin",
+      "website", "https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin",
       "copyright", "Copyright (c) 2003-2004 Benedikt Meurer\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