From 6fdb6feb5064a6bd3d23e41127bc34cf864a0050 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 25 Aug 2022 03:51:27 +0100 Subject: net-dns/dnsmasq: HTTPSify Signed-off-by: Sam James --- net-dns/dnsmasq/dnsmasq-2.85.ebuild | 6 +++--- net-dns/dnsmasq/dnsmasq-2.86-r1.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net-dns') 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" -- cgit v1.2.3-65-gdbad