[Xfce4-commits] [panel-plugins/xfce4-diskperf-plugin] 02/04: s/http/https

noreply at xfce.org noreply at xfce.org
Sun Oct 20 00:04:31 CEST 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-diskperf-plugin.

commit 7eca3b961df620554dcfe6889fca585cc55cbdd4
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Oct 19 19:02:20 2019 -0300

    s/http/https
---
 autogen.sh          | 2 +-
 configure.ac.in     | 2 +-
 panel-plugin/main.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 8428b94..f940515 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,7 +15,7 @@ autogen.sh: You don't seem to have the Xfce development tools (at least
             version $XDT_REQURED_VERSION) installed on your system, which
             are required to build this software.
             Please install the xfce4-dev-tools package first; it is available
-            from http://www.xfce.org/.
+            from https://www.xfce.org/.
 EOF
   exit 1
 }
diff --git a/configure.ac.in b/configure.ac.in
index 0085586..b27a5ee 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -15,7 +15,7 @@ dnl *** Initialize autoconf ***
 dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2006-2007
         The Xfce development team. All rights reserved.])
-AC_INIT([xfce4-diskperf-plugin], [diskperf_version], [http://bugzilla.xfce.org/], [xfce4-diskperf-plugin])
+AC_INIT([xfce4-diskperf-plugin], [diskperf_version], [https://bugzilla.xfce.org/], [xfce4-diskperf-plugin])
 AC_PREREQ([2.50])
 AC_CANONICAL_TARGET()
 
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 8088a27..e22278a 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -944,7 +944,7 @@ static void About (Widget_t w, void *unused)
       "version", PACKAGE_VERSION,
       "program-name", PACKAGE_NAME,
       "comments", _("Diskperf monitor displays instantaneous disk I/O transfer rates and busy times"),
-      "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin",
+      "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin",
       "copyright", _("Copyright (c) 2003, 2004 Roger Seguin"),
       "authors", auth, NULL);
    if(icon)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list