summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef7aca245f1d..cb706c33681e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-root_numpy
pkgdesc = The interface between ROOT and NumPy
pkgver = 4.7.3
pkgrel = 1
- url = https://arogozhnikov.github.io/hep_ml/
+ url = http://scikit-hep.org/root_numpy/
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 868f9ab5823d..b5b65da831de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=4.7.3
pkgrel=1
pkgdesc="The interface between ROOT and NumPy"
arch=('i686' 'x86_64')
-url="https://arogozhnikov.github.io/hep_ml/"
+url="http://scikit-hep.org/root_numpy/"
license=('BSD')
makedepends=('python2-setuptools' 'python-setuptools' 'cython2' 'cython'
'python2-numpy' 'python-numpy' 'root')