diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-03-29 20:53:20 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-03 12:50:16 +0200 |
commit | dd3025b4fc02b87c384fbc4cc21ac5a0671c498c (patch) | |
tree | a719b64735ca2be7a46c3c0313b6a8c03301a35f /app-misc/tkpasman | |
parent | app-misc/sonypid: use https, fix LICENSE (diff) | |
download | gentoo-dd3025b4fc02b87c384fbc4cc21ac5a0671c498c.tar.gz gentoo-dd3025b4fc02b87c384fbc4cc21ac5a0671c498c.tar.bz2 gentoo-dd3025b4fc02b87c384fbc4cc21ac5a0671c498c.zip |
app-misc/tkpasman: use https, fix LICENSE
Closes: https://github.com/gentoo/gentoo/pull/24806
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/tkpasman')
-rw-r--r-- | app-misc/tkpasman/tkpasman-2.2b.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/tkpasman/tkpasman-2.2b.ebuild b/app-misc/tkpasman/tkpasman-2.2b.ebuild index 009b2731e9b5..9b45c8509ba1 100644 --- a/app-misc/tkpasman/tkpasman-2.2b.ebuild +++ b/app-misc/tkpasman/tkpasman-2.2b.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 MY_P="TkPasMan-${PV}" -DESCRIPTION="A useful and reliable personal password manager, written in Tcl/Tk" -HOMEPAGE="http://www.xs4all.nl/~wbsoft/linux/tkpasman.html" -SRC_URI="http://www.xs4all.nl/~wbsoft/linux/projects/${MY_P}.tar.gz" +DESCRIPTION="Useful and reliable personal password manager, written in Tcl/Tk" +HOMEPAGE="https://wbsoft.home.xs4all.nl/linux/tkpasman.html" +SRC_URI="https://wbsoft.home.xs4all.nl/linux/projects/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="ssl" |