diff options
author | 2022-02-16 13:22:14 +0100 | |
---|---|---|
committer | 2022-02-16 13:23:09 +0100 | |
commit | 3601c99702bb0766c7a293f4bc821c27268e0e12 (patch) | |
tree | e44f3f1e007bdf2b16185e15aa5d8a35a7c42071 /sys-auth | |
parent | sys-kernel/vanilla-sources: Linux version bumps (diff) | |
download | gentoo-3601c99702bb0766c7a293f4bc821c27268e0e12.tar.gz gentoo-3601c99702bb0766c7a293f4bc821c27268e0e12.tar.bz2 gentoo-3601c99702bb0766c7a293f4bc821c27268e0e12.zip |
sys-auth/otpcalc: Update HOMEPAGE and SRC_URI
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/otpcalc/otpcalc-0.97.9.ebuild | 8 | ||||
-rw-r--r-- | sys-auth/otpcalc/otpcalc-0.98.ebuild | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-auth/otpcalc/otpcalc-0.97.9.ebuild b/sys-auth/otpcalc/otpcalc-0.97.9.ebuild index 039cfb2ef3b8..fdf8c244a6b0 100644 --- a/sys-auth/otpcalc/otpcalc-0.97.9.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.97.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,9 +6,9 @@ EAPI=7 inherit meson xdg DESCRIPTION="A One Time Password and S/Key calculator for GTK+" -HOMEPAGE="http://www.killa.net/infosec/otpCalc/ - https://gitlab.com/ulm/otpcalc" -SRC_URI="https://gitlab.com/ulm/${PN}/-/archive/${PV}/${P}.tar.bz2" +HOMEPAGE="https://gitlab.com/otpcalc/otpcalc + http://www.killa.net/infosec/otpCalc/" +SRC_URI="https://gitlab.com/otpcalc/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" diff --git a/sys-auth/otpcalc/otpcalc-0.98.ebuild b/sys-auth/otpcalc/otpcalc-0.98.ebuild index ffe25f14a955..63dbdc8a8686 100644 --- a/sys-auth/otpcalc/otpcalc-0.98.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.98.ebuild @@ -8,7 +8,7 @@ inherit meson xdg DESCRIPTION="A One Time Password and S/Key calculator for GTK+" HOMEPAGE="https://gitlab.com/otpcalc/otpcalc http://www.killa.net/infosec/otpCalc/" -SRC_URI="https://gitlab.com/ulm/${PN}/-/archive/${PV}/${P}.tar.bz2" +SRC_URI="https://gitlab.com/otpcalc/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" |