commit:     ae39a06c3e5560f73597cdc1776f18e09ab8682a
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 15:11:59 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae39a06c

x11-misc/slim: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-misc/slim/slim-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/slim/slim-9999.ebuild b/x11-misc/slim/slim-9999.ebuild
index c9e1e0bad32..1b8b9a68b1c 100644
--- a/x11-misc/slim/slim-9999.ebuild
+++ b/x11-misc/slim/slim-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit cmake-utils pam eutils systemd versionator
 
 if [[ ${PV} = 9999* ]]; then
-       EGIT_REPO_URI="git://github.com/axs-gentoo/slim-git.git"
+       EGIT_REPO_URI="https://github.com/axs-gentoo/slim-git.git";
        inherit git-r3
        KEYWORDS=""
 else

Reply via email to