commit:     61069f8cdb0d83347c20c7f44d0f96a5b6e62744
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Mon Jul 31 13:47:53 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 17:05:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61069f8c

systemd.eclass: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 eclass/systemd.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass
index 49f7480228b..4b7f5c4cb5f 100644
--- a/eclass/systemd.eclass
+++ b/eclass/systemd.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: systemd.eclass
@@ -273,7 +273,7 @@ systemd_enable_service() {
 # Uses doins, thus it is fatal in EAPI 4 and non-fatal in earlier
 # EAPIs.
 #
-# Doc: http://www.freedesktop.org/wiki/Software/systemd/timedated/
+# Doc: https://www.freedesktop.org/wiki/Software/systemd/timedated/
 systemd_enable_ntpunit() {
        debug-print-function ${FUNCNAME} "${@}"
        if [[ ${#} -lt 2 ]]; then
@@ -357,7 +357,7 @@ systemd_with_utildir() {
 # If systemd is not installed, no operation will be done. The catalog
 # will be (re)built once systemd is installed.
 #
-# See: http://www.freedesktop.org/wiki/Software/systemd/catalog
+# See: https://www.freedesktop.org/wiki/Software/systemd/catalog
 systemd_update_catalog() {
        debug-print-function ${FUNCNAME} "${@}"
 

Reply via email to