diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 10:16:57 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:45:59 +0200 |
commit | 8df3dbd74160556a5de303fbc500e259cc489101 (patch) | |
tree | 9c7bdee22f8eb9c2af5e56dde3c52a88f598a1ec /app-emulation/s6-overlay | |
parent | app-emacs/twittering-mode: use HTTPS for GitHub (diff) | |
download | gentoo-8df3dbd74160556a5de303fbc500e259cc489101.tar.gz gentoo-8df3dbd74160556a5de303fbc500e259cc489101.tar.bz2 gentoo-8df3dbd74160556a5de303fbc500e259cc489101.zip |
app-emulation/s6-overlay: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-emulation/s6-overlay')
-rw-r--r-- | app-emulation/s6-overlay/s6-overlay-1.18.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/s6-overlay/s6-overlay-1.18.1.3.ebuild b/app-emulation/s6-overlay/s6-overlay-1.18.1.3.ebuild index e5482e5fa911..c9dd1445da21 100644 --- a/app-emulation/s6-overlay/s6-overlay-1.18.1.3.ebuild +++ b/app-emulation/s6-overlay/s6-overlay-1.18.1.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://github.com/just-containers/${PN}" + EGIT_REPO_URI="https://github.com/just-containers/${PN}" inherit git-r3 else SRC_URI="https://github.com/just-containers/${PN}/archive/v${PV}.tar.gz -> |