commit: e1afd1256b54ee0eed9413e7733123750e1c1e03 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Oct 28 09:38:20 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Nov 19 11:21:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1afd125
app-admin/kpcli: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-admin/kpcli/kpcli-3.8.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/kpcli/kpcli-3.8.1.ebuild b/app-admin/kpcli/kpcli-3.8.1.ebuild index 7bdf2c3eb097..eb4c7909de23 100644 --- a/app-admin/kpcli/kpcli-3.8.1.ebuild +++ b/app-admin/kpcli/kpcli-3.8.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit optfeature -DESCRIPTION="A command line interface to KeePass database files" -HOMEPAGE="http://kpcli.sourceforge.net" +DESCRIPTION="Command line interface to KeePass database files" +HOMEPAGE="https://kpcli.sourceforge.io/" SRC_URI="https://downloads.sourceforge.net/project/kpcli/${P}.pl" LICENSE="|| ( Artistic GPL-1+ )"
