commit:     7557b386651ba45f3cdd8f26c0b2bfae898e3a4e
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Mon Jul 31 13:48:51 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 17:05:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7557b386

xdg-utils.eclass: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 eclass/xdg-utils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass
index 1f5d4b0b4c5..840bd7ce201 100644
--- a/eclass/xdg-utils.eclass
+++ b/eclass/xdg-utils.eclass
@@ -55,7 +55,7 @@ xdg_environment_reset() {
        mkdir -p "${XDG_DATA_HOME}" "${XDG_CONFIG_HOME}" "${XDG_CACHE_HOME}" \
                "${XDG_RUNTIME_DIR}" || die
        # This directory needs to be owned by the user, and chmod 0700
-       # http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
+       # 
https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
        chmod 0700 "${XDG_RUNTIME_DIR}" || die
 
        unset DBUS_SESSION_BUS_ADDRESS

Reply via email to