dev-python/git-python: Fix homepage

Package-Manager: Portage-2.3.5, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5198
This commit is contained in:
Marius Brehler
2017-06-01 09:37:08 +02:00
committed by David Seifert
parent 4b0269fa1b
commit 82c1d663e4
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ MY_PV="${PV/_rc/.RC}"
MY_P="${MY_PN}-${MY_PV}"
DESCRIPTION="Library used to interact with Git repositories"
HOMEPAGE="http://gitorious.org/git-python https://pypi.python.org/pypi/GitPython"
HOMEPAGE="https://github.com/gitpython-developers/GitPython https://pypi.python.org/pypi/GitPython"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"

View File

@@ -13,7 +13,7 @@ MY_PV="${PV/_rc/.RC}"
MY_P="${MY_PN}-${MY_PV}"
DESCRIPTION="Library used to interact with Git repositories"
HOMEPAGE="http://gitorious.org/git-python https://pypi.python.org/pypi/GitPython"
HOMEPAGE="https://github.com/gitpython-developers/GitPython https://pypi.python.org/pypi/GitPython"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"