[Xfce4-commits] [apps/mousepad] 01/01: s/http/https/g

noreply at xfce.org noreply at xfce.org
Wed Aug 7 15:05:47 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 apps/mousepad.

commit 6de3f212de2c39905f487c938a9d600bc7827c1f
Author: Andre Miranda <andreldm at xfce.org>
Date:   Wed Aug 7 10:05:33 2019 -0300

    s/http/https/g
---
 README                         | 2 +-
 autogen.sh                     | 2 +-
 configure.ac.in                | 2 +-
 mousepad/mousepad-dialogs.c    | 4 ++--
 org.xfce.mousepad.policy.in.in | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 7264ae1..b180eee 100644
--- a/README
+++ b/README
@@ -42,5 +42,5 @@ How to report bugs?
 ===================
 
 Bugs should be reported to the Xfce bug tracking system
-(http://bugzilla.xfce.org, product Mousepad). You will need to create
+(https://bugzilla.xfce.org, product Mousepad). You will need to create
 an account for yourself.
diff --git a/autogen.sh b/autogen.sh
index da7625e..05da7e3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,7 +7,7 @@ mkdir -p m4/ || exit $?
 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/configure.ac.in b/configure.ac.in
index 31e813b..bf8172b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -19,7 +19,7 @@ dnl *** Initialize autoconf ***
 dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2007-2010
         The Xfce development team. All rights reserved.])
-AC_INIT([Mousepad], [mousepad_version], [http://bugzilla.xfce.org/], [mousepad])
+AC_INIT([Mousepad], [mousepad_version], [https://bugzilla.xfce.org/], [mousepad])
 AC_PREREQ([2.50])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET()
diff --git a/mousepad/mousepad-dialogs.c b/mousepad/mousepad-dialogs.c
index 8b03ab2..6f407da 100644
--- a/mousepad/mousepad-dialogs.c
+++ b/mousepad/mousepad-dialogs.c
@@ -47,7 +47,7 @@ mousepad_dialogs_show_about (GtkWindow *parent)
                          "program-name", PACKAGE_NAME,
                          "version", PACKAGE_VERSION,
                          "translator-credits", _("translator-credits"),
-                         "website", "http://www.xfce.org/",
+                         "website", "https://www.xfce.org/",
                          NULL);
 }
 
@@ -95,7 +95,7 @@ mousepad_dialogs_show_help (GtkWindow   *parent,
   else
     screen = gdk_screen_get_default ();
 
-  uri = "http://docs.xfce.org";
+  uri = "https://docs.xfce.org";
 
   /* try to run the documentation browser */
   if (!gtk_show_uri (screen, uri, gtk_get_current_event_time (), &error))
diff --git a/org.xfce.mousepad.policy.in.in b/org.xfce.mousepad.policy.in.in
index c98ac45..1c0879e 100644
--- a/org.xfce.mousepad.policy.in.in
+++ b/org.xfce.mousepad.policy.in.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE policyconfig PUBLIC
  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+ "https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
 <policyconfig>
 
   <!--
@@ -11,7 +11,7 @@
  -->
 
  <vendor>Mousepad</vendor>
- <vendor_url>http://xfce.org/</vendor_url>
+ <vendor_url>https://xfce.org/</vendor_url>
  <icon_name>accessories-text-editor</icon_name>
 
 

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


More information about the Xfce4-commits mailing list