diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-06-16 12:33:32 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-06-16 12:33:32 -0700 |
commit | a0a7f1fc5bfcda0d944d2f6e3c7fdb7d5c2b8a2a (patch) | |
tree | a5e40a0e43c37c7eb15ac46b65036ec471bf1013 /dev-python/passlib | |
parent | app-crypt/hashcat: no keyword bump (diff) | |
download | gentoo-a0a7f1fc5bfcda0d944d2f6e3c7fdb7d5c2b8a2a.tar.gz gentoo-a0a7f1fc5bfcda0d944d2f6e3c7fdb7d5c2b8a2a.tar.bz2 gentoo-a0a7f1fc5bfcda0d944d2f6e3c7fdb7d5c2b8a2a.zip |
dev-python/passlib: Update HOMEPAGE
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/passlib')
-rw-r--r-- | dev-python/passlib/passlib-1.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/passlib/passlib-1.7.2.ebuild b/dev-python/passlib/passlib-1.7.2.ebuild index 1a5df3be3aab..0794ac4dad0f 100644 --- a/dev-python/passlib/passlib-1.7.2.ebuild +++ b/dev-python/passlib/passlib-1.7.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) inherit distutils-r1 DESCRIPTION="Password hashing framework supporting over 20 schemes" -HOMEPAGE="https://bitbucket.org/ecollins/passlib/wiki/Home/" +HOMEPAGE="https://foss.heptapod.net/python-libs/passlib/wikis/home" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="BSD-2" |