diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-11-14 19:10:06 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-11-14 19:24:19 -0500 |
commit | 81cca9f4f92733461fb718f28e7452670a3c53c1 (patch) | |
tree | efa112d74a5c60776eeb9ed9b5e956f0a63939df /net-dns | |
parent | media-libs/libsvgtiny-pixbuf: update HOMEPAGE, SRC_URI (http -> https) (diff) | |
download | gentoo-81cca9f4f92733461fb718f28e7452670a3c53c1.tar.gz gentoo-81cca9f4f92733461fb718f28e7452670a3c53c1.tar.bz2 gentoo-81cca9f4f92733461fb718f28e7452670a3c53c1.zip |
net-dns/valtz: update HOMEPAGE, SRC_URI (http -> https)
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/valtz/valtz-0.8.ebuild | 6 |
1 files 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" |