diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-20 23:01:17 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-01 21:16:14 +0200 |
commit | 70553b4d82895546f58bcf8b865762e9cd31d1bb (patch) | |
tree | d78fa02d8f6d0faa099d225f8369b27f5efd195f /app-misc/ktoblzcheck | |
parent | app-misc/ddccontrol: use HTTPS (diff) | |
download | gentoo-70553b4d82895546f58bcf8b865762e9cd31d1bb.tar.gz gentoo-70553b4d82895546f58bcf8b865762e9cd31d1bb.tar.bz2 gentoo-70553b4d82895546f58bcf8b865762e9cd31d1bb.zip |
app-misc/ktoblzcheck: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30273
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/ktoblzcheck')
-rw-r--r-- | app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild index 7a75b1bf3b1d..55e470ef8946 100644 --- a/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild +++ b/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Library to check account numbers and bank codes of German banks" -HOMEPAGE="http://ktoblzcheck.sourceforge.net/" +HOMEPAGE="https://ktoblzcheck.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" |