dev-libs/libdnsres: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 6 May 2018 09:36:11 +0000 (11:36 +0200)
committerAaron Bauman <bman@gentoo.org>
Sun, 6 May 2018 14:13:42 +0000 (10:13 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8278

dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild

index 6e760fbd0f14422daea31a6dc168083d2b624f9b..2811d24833bfe1ac51ed6ed5eb0423bb477049c3 100644 (file)
@@ -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"