[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 01/03: s/http/https

noreply at xfce.org noreply at xfce.org
Sun Oct 20 01:06:29 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-mount-plugin.

commit daaedd143029efb4614f38bb62575f7d69715f0a
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Oct 19 20:05:48 2019 -0300

    s/http/https
---
 autogen.sh        | 2 +-
 doc/html/tabs.css | 2 +-
 m4/pkg.m4         | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 65234a1..eaa32c2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,7 @@
 autogen.sh: You don't seem to have the Xfce development tools 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/doc/html/tabs.css b/doc/html/tabs.css
index a61552a..8db1832 100644
--- a/doc/html/tabs.css
+++ b/doc/html/tabs.css
@@ -1,4 +1,4 @@
-/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
+/* tabs styles, based on https://www.alistapart.com/articles/slidingdoors */
 
 DIV.tabs
 {
diff --git a/m4/pkg.m4 b/m4/pkg.m4
index f2bfc2d..f1244c3 100644
--- a/m4/pkg.m4
+++ b/m4/pkg.m4
@@ -13,7 +13,7 @@ AC_DEFUN([PKG_CHECK_MODULES], [
      echo "*** The pkg-config script could not be found. Make sure it is"
      echo "*** in your path, or set the PKG_CONFIG environment variable"
      echo "*** to the full path to pkg-config."
-     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
+     echo "*** Or see https://www.freedesktop.org/software/pkgconfig to get pkg-config."
   else
      PKG_CONFIG_MIN_VERSION=0.9.0
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
@@ -43,7 +43,7 @@ AC_DEFUN([PKG_CHECK_MODULES], [
         AC_SUBST($1_LIBS)
      else
         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
-        echo "*** See http://www.freedesktop.org/software/pkgconfig"
+        echo "*** See https://www.freedesktop.org/software/pkgconfig"
      fi
   fi
 

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


More information about the Xfce4-commits mailing list