diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 14:14:09 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:25:12 -0400 |
commit | f424f33647674290cca4c276d6b10dc621342e20 (patch) | |
tree | f200855f52ef251048087f47cafe1bad11f33a6f /net-proxy/dnsproxy | |
parent | net-p2p/ppcoind: use HTTPS (diff) | |
download | gentoo-f424f33647674290cca4c276d6b10dc621342e20.tar.gz gentoo-f424f33647674290cca4c276d6b10dc621342e20.tar.bz2 gentoo-f424f33647674290cca4c276d6b10dc621342e20.zip |
net-proxy/dnsproxy: use HTTPS
Diffstat (limited to 'net-proxy/dnsproxy')
-rw-r--r-- | net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |