diff options
author | 2020-01-24 07:08:14 -0800 | |
---|---|---|
committer | 2020-01-24 07:08:33 -0800 | |
commit | 149c75bd9cc51568faa097bef348859e0b9af8e6 (patch) | |
tree | 7b39a8a0f1e380df0cedd1fe03b3954833202d8d /dev-python/cliff/cliff-2.12.0.ebuild | |
parent | net-wireless/iwd: revise init script to fix NM startup (diff) | |
download | gentoo-149c75bd9cc51568faa097bef348859e0b9af8e6.tar.gz gentoo-149c75bd9cc51568faa097bef348859e0b9af8e6.tar.bz2 gentoo-149c75bd9cc51568faa097bef348859e0b9af8e6.zip |
dev-python/cliff: update HOMEPAGE
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-python/cliff/cliff-2.12.0.ebuild')
-rw-r--r-- | dev-python/cliff/cliff-2.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cliff/cliff-2.12.0.ebuild b/dev-python/cliff/cliff-2.12.0.ebuild index 89202b961400..c22026b41521 100644 --- a/dev-python/cliff/cliff-2.12.0.ebuild +++ b/dev-python/cliff/cliff-2.12.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Command Line Interface Formulation Framework" -HOMEPAGE="https://github.com/dreamhost/cliff" +HOMEPAGE="https://github.com/openstack/cliff" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |