diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-07-18 20:31:24 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-07-18 20:31:24 +0200 |
commit | 79fce9667e942116ec5a4c6354decc2bd8748f9b (patch) | |
tree | 811b96d91631dab345a88291e5f1583b3480a90f | |
parent | dev-vcs/git-merge-changelog: update EAPI 5 -> 8 (diff) | |
download | ulm-79fce9667e942116ec5a4c6354decc2bd8748f9b.tar.gz ulm-79fce9667e942116ec5a4c6354decc2bd8748f9b.tar.bz2 ulm-79fce9667e942116ec5a4c6354decc2bd8748f9b.zip |
sys-auth/otpcalc: Update HOMEPAGE and SRC_URI
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | sys-auth/otpcalc/otpcalc-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-auth/otpcalc/otpcalc-9999.ebuild b/sys-auth/otpcalc/otpcalc-9999.ebuild index b6de04d..b2067a9 100644 --- a/sys-auth/otpcalc/otpcalc-9999.ebuild +++ b/sys-auth/otpcalc/otpcalc-9999.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,10 +6,10 @@ EAPI=7 inherit git-r3 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" -EGIT_REPO_URI="https://gitlab.com/ulm/otpcalc.git" +HOMEPAGE="https://gitlab.com/otpcalc/otpcalc + http://www.killa.net/infosec/otpCalc/" +#SRC_URI="https://gitlab.com/otpcalc/${PN}/-/archive/${PV}/${P}.tar.bz2" +EGIT_REPO_URI="https://gitlab.com/otpcalc/otpcalc.git" LICENSE="GPL-2+" SLOT="0" |