From 045570c46f49abc816f576e55d43899e53a4b84e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 6 May 2018 11:36:11 +0200 Subject: [PATCH] dev-libs/libdnsres: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8278 --- dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild | 6 +++--- 1 file 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" -- 2.26.2