commit:     6fdb6feb5064a6bd3d23e41127bc34cf864a0050
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 02:51:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 02:51:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdb6feb

net-dns/dnsmasq: HTTPSify

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dns/dnsmasq/dnsmasq-2.85.ebuild    | 6 +++---
 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"

Reply via email to