diff options
author | 2020-07-04 09:38:24 +0200 | |
---|---|---|
committer | 2020-07-04 11:06:41 +0200 | |
commit | 91760bae3ca102a6abd978a47932d7ebd5e76102 (patch) | |
tree | f01fb79faacb7ceb6197a41ec26bc16e47bc08ea /dev-python | |
parent | dev-python/ipy: update github link (diff) | |
download | gentoo-91760bae3ca102a6abd978a47932d7ebd5e76102.tar.gz gentoo-91760bae3ca102a6abd978a47932d7ebd5e76102.tar.bz2 gentoo-91760bae3ca102a6abd978a47932d7ebd5e76102.zip |
dev-python/pyotp: update github link
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyotp/pyotp-2.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyotp/pyotp-2.3.0.ebuild b/dev-python/pyotp/pyotp-2.3.0.ebuild index f6bc189931e0..5334f2e81f8a 100644 --- a/dev-python/pyotp/pyotp-2.3.0.ebuild +++ b/dev-python/pyotp/pyotp-2.3.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="PyOTP is a Python library for generating and verifying one-time passwords." -HOMEPAGE="https://github.com/pyotp/pyotp https://pypi.org/project/pyotp/" +HOMEPAGE="https://github.com/pyauth/pyotp https://pypi.org/project/pyotp/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |