commit: 81cca9f4f92733461fb718f28e7452670a3c53c1 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Nov 15 00:10:06 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Nov 15 00:24:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cca9f4
net-dns/valtz: update HOMEPAGE, SRC_URI (http -> https) Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> net-dns/valtz/valtz-0.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-dns/valtz/valtz-0.8.ebuild b/net-dns/valtz/valtz-0.8.ebuild index 66aaf7aaee85..7de05ada4b0e 100644 --- a/net-dns/valtz/valtz-0.8.ebuild +++ b/net-dns/valtz/valtz-0.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Validation tool for tinydns-data zone files" -SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz" -HOMEPAGE="http://michael.orlitzky.com/code/valtz.xhtml" +SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.xz" +HOMEPAGE="https://michael.orlitzky.com/code/valtz.xhtml" LICENSE="BSD" SLOT="0"
