systemd.eclass: use HTTPS for freedesktop.org
authorDavid Hicks <david@hicks.id.au>
Mon, 31 Jul 2017 13:47:53 +0000 (23:47 +1000)
committerMichał Górny <mgorny@gentoo.org>
Thu, 17 Aug 2017 17:05:18 +0000 (19:05 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

eclass/systemd.eclass

index 49f7480228bba240b93406221e9f10b3d6098c51..4b7f5c4cb5fe7dcff7e84b8cd6d8a8f1d0a51598 100644 (file)
@@ -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} "${@}"