dev-python/datashape: fix web page

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Sébastien Fabbro
2017-02-19 05:58:06 +00:00
parent 872435ca0e
commit 45342441cc
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
DESCRIPTION="Language defining a data description protocol"
HOMEPAGE="https://github.com/ContinuumIO/datashape"
SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/blaze/datashape"
SRC_URI="https://github.com/blaze/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"

View File

@@ -10,6 +10,6 @@
the NumPy dtype with an emphasis on cross language support.
</longdescription>
<upstream>
<remote-id type="github">ContinuumIO/datashape</remote-id>
<remote-id type="github">blaze/datashape</remote-id>
</upstream>
</pkgmetadata>