diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-20 21:06:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-20 22:10:23 +0100 |
commit | cc6abc72d6b895c3bc9d19390e8e28d0c9ed4318 (patch) | |
tree | 13d41515efcb67637c110a8ba936a603f715b7e8 /dev-python | |
parent | dev-python/pygtkglext: update HOMEPAGE, use HTTPS (diff) | |
download | gentoo-cc6abc72d6b895c3bc9d19390e8e28d0c9ed4318.tar.gz gentoo-cc6abc72d6b895c3bc9d19390e8e28d0c9ed4318.tar.bz2 gentoo-cc6abc72d6b895c3bc9d19390e8e28d0c9ed4318.zip |
dev-python/pyscard: update HOMEPAGE
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyscard/pyscard-1.9.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/pyscard/pyscard-1.9.5.ebuild b/dev-python/pyscard/pyscard-1.9.5.ebuild index e6fdb89f5d67..1a2dccec54d2 100644 --- a/dev-python/pyscard/pyscard-1.9.5.ebuild +++ b/dev-python/pyscard/pyscard-1.9.5.ebuild @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 eutils DESCRIPTION="Smart cards support in python" -HOMEPAGE="http://pyscard.sourceforge.net/ https://pypi.python.org/pypi/pyscard" +HOMEPAGE="https://pyscard.sourceforge.io/ + https://github.com/LudovicRousseau/pyscard + https://pypi.python.org/pypi/pyscard" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" |