diff options
author | Sam James <sam@gentoo.org> | 2022-08-25 03:51:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-25 03:51:27 +0100 |
commit | 6fdb6feb5064a6bd3d23e41127bc34cf864a0050 (patch) | |
tree | 6f152118f0d96a6037dd52f781134e93380b8c1d /net-dns | |
parent | app-arch/unzip: add 6.0_p27 (diff) | |
download | gentoo-6fdb6feb5064a6bd3d23e41127bc34cf864a0050.tar.gz gentoo-6fdb6feb5064a6bd3d23e41127bc34cf864a0050.tar.bz2 gentoo-6fdb6feb5064a6bd3d23e41127bc34cf864a0050.zip |
net-dns/dnsmasq: HTTPSify
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.85.ebuild | 6 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.86-r1.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.85.ebuild b/net-dns/dnsmasq/dnsmasq-2.85.ebuild index dd3f481e3cd9..bf8a17f1d95e 100644 --- a/net-dns/dnsmasq/dnsmasq-2.85.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.85.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..4} luajit ) inherit toolchain-funcs flag-o-matic lua-single systemd DESCRIPTION="Small forwarding DNS server" -HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/doc.html" -SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz" +HOMEPAGE="https://thekelleys.org.uk/dnsmasq/doc.html" +SRC_URI="https://thekelleys.org.uk/dnsmasq/${P}.tar.xz" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" diff --git a/net-dns/dnsmasq/dnsmasq-2.86-r1.ebuild b/net-dns/dnsmasq/dnsmasq-2.86-r1.ebuild index 5697057c424c..2dedc9efdc2f 100644 --- a/net-dns/dnsmasq/dnsmasq-2.86-r1.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.86-r1.ebuild @@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..4} luajit ) inherit toolchain-funcs lua-single systemd DESCRIPTION="Small forwarding DNS server" -HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/doc.html" -SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz" +HOMEPAGE="https://thekelleys.org.uk/dnsmasq/doc.html" +SRC_URI="https://thekelleys.org.uk/dnsmasq/${P}.tar.xz" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" |