From: Michael Mair-Keimberger Date: Sun, 20 May 2018 12:14:09 +0000 (+0200) Subject: net-proxy/dnsproxy: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f424f33647674290cca4c276d6b10dc621342e20;p=gentoo.git net-proxy/dnsproxy: use HTTPS --- diff --git a/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild b/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild index 05398e13326a..05f68e06d9f6 100644 --- a/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild +++ b/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils flag-o-matic DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries" -HOMEPAGE="http://www.wolfermann.org/dnsproxy.html" -SRC_URI="http://www.wolfermann.org/${P}.tar.gz" +HOMEPAGE="https://www.wolfermann.org/dnsproxy.html" +SRC_URI="https://www.wolfermann.org/${P}.tar.gz" LICENSE="MIT GPL-2" SLOT="0"