diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-06 11:36:11 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-06 10:13:42 -0400 |
commit | 045570c46f49abc816f576e55d43899e53a4b84e (patch) | |
tree | 848bfc6b02102035515aa8e9bfbf35622cf63e66 /dev-libs/libdnsres | |
parent | sys-kernel/rt-sources: version bump to 4.16.7_p1 (diff) | |
download | gentoo-045570c46f49abc816f576e55d43899e53a4b84e.tar.gz gentoo-045570c46f49abc816f576e55d43899e53a4b84e.tar.bz2 gentoo-045570c46f49abc816f576e55d43899e53a4b84e.zip |
dev-libs/libdnsres: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8278
Diffstat (limited to 'dev-libs/libdnsres')
-rw-r--r-- | dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild b/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild index 6e760fbd0f14..2811d24833bf 100644 --- a/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild +++ b/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit autotools eutils DESCRIPTION="A non-blocking DNS resolver library" -HOMEPAGE="http://www.monkey.org/~provos/libdnsres/" -SRC_URI="http://www.monkey.org/~provos/${P}.tar.gz" +HOMEPAGE="https://www.monkey.org/~provos/libdnsres/" +SRC_URI="https://www.monkey.org/~provos/${P}.tar.gz" LICENSE="BSD-4" SLOT="0" |