From 71dc24457e7c41a2f9ee8baee773124df6f86a00 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:36:23 +0200 Subject: Use https by default Signed-off-by: Justin Lecher --- app-shells/push/push-1.5-r1.ebuild | 2 +- app-shells/push/push-1.5.ebuild | 2 +- app-shells/push/push-1.6.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app-shells/push') diff --git a/app-shells/push/push-1.5-r1.ebuild b/app-shells/push/push-1.5-r1.ebuild index ddf8f3624dc..b26cf1537b5 100644 --- a/app-shells/push/push-1.5-r1.ebuild +++ b/app-shells/push/push-1.5-r1.ebuild @@ -7,7 +7,7 @@ inherit vcs-snapshot DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args" HOMEPAGE="https://github.com/vaeth/push/" -SRC_URI="http://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/app-shells/push/push-1.5.ebuild b/app-shells/push/push-1.5.ebuild index 9cf5f1f1f8e..0b214f14b30 100644 --- a/app-shells/push/push-1.5.ebuild +++ b/app-shells/push/push-1.5.ebuild @@ -7,7 +7,7 @@ inherit vcs-snapshot DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args" HOMEPAGE="https://github.com/vaeth/push/" -SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/app-shells/push/push-1.6.ebuild b/app-shells/push/push-1.6.ebuild index d2bb450174c..df790cb5196 100644 --- a/app-shells/push/push-1.6.ebuild +++ b/app-shells/push/push-1.6.ebuild @@ -7,7 +7,7 @@ inherit vcs-snapshot DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args" HOMEPAGE="https://github.com/vaeth/push/" -SRC_URI="http://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -- cgit v1.2.1