diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-02-19 05:58:06 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-02-26 18:02:03 +0000 |
commit | 45342441cc269df53786f173d46f0c6ac14dc123 (patch) | |
tree | 2c8d3df637b227ab14eb53b190ba8acda7ae57bc /dev-python | |
parent | dev-python/odo: add dependencies (diff) | |
download | gentoo-45342441cc269df53786f173d46f0c6ac14dc123.tar.gz gentoo-45342441cc269df53786f173d46f0c6ac14dc123.tar.bz2 gentoo-45342441cc269df53786f173d46f0c6ac14dc123.zip |
dev-python/datashape: fix web page
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/datashape/datashape-0.5.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/datashape/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/datashape/datashape-0.5.4.ebuild b/dev-python/datashape/datashape-0.5.4.ebuild index 9138f6076e29..9f7a8a37a397 100644 --- a/dev-python/datashape/datashape-0.5.4.ebuild +++ b/dev-python/datashape/datashape-0.5.4.ebuild @@ -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" diff --git a/dev-python/datashape/metadata.xml b/dev-python/datashape/metadata.xml index c6bb1a1c3307..fa8c7de680ee 100644 --- a/dev-python/datashape/metadata.xml +++ b/dev-python/datashape/metadata.xml @@ -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> |