Skip to content

Commit

Permalink
app-emulation/s6-overlay: use HTTPS for GitHub
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Jul 30, 2017
1 parent 3a873a1 commit 8df3dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-emulation/s6-overlay/s6-overlay-1.18.1.3.ebuild
Original file line number Diff line number Diff line change
@@ -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 ->
Expand Down

0 comments on commit 8df3dbd

Please sign in to comment.