diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-30 22:35:25 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:17:27 -0400 |
commit | 9c262c2fec682743a02557699178ace255a258bd (patch) | |
tree | 2742193ede47e9d6fe7d6094988044a46deafb16 /net-dns/dnsdist | |
parent | net-proxy/pingtunnel: use HTTPS (diff) | |
download | gentoo-9c262c2fec682743a02557699178ace255a258bd.tar.gz gentoo-9c262c2fec682743a02557699178ace255a258bd.tar.bz2 gentoo-9c262c2fec682743a02557699178ace255a258bd.zip |
net-dns/dnsdist: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7725
Diffstat (limited to 'net-dns/dnsdist')
-rw-r--r-- | net-dns/dnsdist/dnsdist-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | net-dns/dnsdist/dnsdist-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/dnsdist/dnsdist-1.2.0.ebuild b/net-dns/dnsdist/dnsdist-1.2.0.ebuild index 75b3d1113da0..81f8dbfc0f87 100644 --- a/net-dns/dnsdist/dnsdist-1.2.0.ebuild +++ b/net-dns/dnsdist/dnsdist-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ fi inherit eutils flag-o-matic user ${ADDITIONAL_ECLASSES} DESCRIPTION="A highly DNS-, DoS- and abuse-aware loadbalancer" -HOMEPAGE="http://dnsdist.org" +HOMEPAGE="https://dnsdist.org" if [[ ${PV} == 9999 ]]; then SRC_URI="" diff --git a/net-dns/dnsdist/dnsdist-9999.ebuild b/net-dns/dnsdist/dnsdist-9999.ebuild index 75b3d1113da0..81f8dbfc0f87 100644 --- a/net-dns/dnsdist/dnsdist-9999.ebuild +++ b/net-dns/dnsdist/dnsdist-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ fi inherit eutils flag-o-matic user ${ADDITIONAL_ECLASSES} DESCRIPTION="A highly DNS-, DoS- and abuse-aware loadbalancer" -HOMEPAGE="http://dnsdist.org" +HOMEPAGE="https://dnsdist.org" if [[ ${PV} == 9999 ]]; then SRC_URI="" |