diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:20:31 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:49 +0200 |
commit | f0f7c6170c37edbc61a1c8581a64e60923aa6c5b (patch) | |
tree | 58f270897c87287826c8a209ba30c788cbccd871 /dev-vcs | |
parent | dev-java/vecmath: Version bump. Fixes bug 558552. (diff) | |
download | gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.gz gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.bz2 gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.zip |
Use https for kernel.org and redhat.com
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/guilt/guilt-0.32.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/guilt/guilt-0.34.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/guilt/guilt-0.32.ebuild b/dev-vcs/guilt/guilt-0.32.ebuild index 84273330809a..c949a366479a 100644 --- a/dev-vcs/guilt/guilt-0.32.ebuild +++ b/dev-vcs/guilt/guilt-0.32.ebuild @@ -3,7 +3,7 @@ # $Id$ DESCRIPTION="A series of bash scripts which add a quilt-like interface to git" -HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/" +HOMEPAGE="https://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/" SRC_URI="mirror://kernel/linux/kernel/people/jsipek/${PN}/${P}.tar.bz2 mirror://gentoo/${PN}-manpages-${PV}.tar.bz2" diff --git a/dev-vcs/guilt/guilt-0.34.ebuild b/dev-vcs/guilt/guilt-0.34.ebuild index 78387ba939f3..e906ec575b7b 100644 --- a/dev-vcs/guilt/guilt-0.34.ebuild +++ b/dev-vcs/guilt/guilt-0.34.ebuild @@ -3,7 +3,7 @@ # $Id$ DESCRIPTION="A series of bash scripts which add a quilt-like interface to git" -HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/" +HOMEPAGE="https://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/" # create manpages with "make -C Documentation man" SRC_URI="mirror://kernel/linux/kernel/people/jsipek/${PN}/${P}.tar.bz2 mirror://gentoo/${PN}-manpages-${PV}.tar.bz2" |