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 /net-dns/hash-slinger | |
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 'net-dns/hash-slinger')
-rw-r--r-- | net-dns/hash-slinger/hash-slinger-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/hash-slinger/hash-slinger-2.6.ebuild b/net-dns/hash-slinger/hash-slinger-2.6.ebuild index 0d9d838037c6..e3045b354142 100644 --- a/net-dns/hash-slinger/hash-slinger-2.6.ebuild +++ b/net-dns/hash-slinger/hash-slinger-2.6.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit python-r1 DESCRIPTION="Various tools to generate special DNS records like SSHFP, TLSA, OPENPGPKEY, IPSECKEY" -HOMEPAGE="http://people.redhat.com/pwouters/hash-slinger/" -SRC_URI="http://people.redhat.com/pwouters/${PN}/${P}.tar.gz" +HOMEPAGE="https://people.redhat.com/pwouters/hash-slinger/" +SRC_URI="https://people.redhat.com/pwouters/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" |