summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorprcastro2016-01-08 10:07:27 -0200
committerprcastro2016-01-08 10:07:27 -0200
commit28494db57c2a7c05c36ae15fe118e3daaa053930 (patch)
tree7ed79deb22a23d0c50d8be353546074c0991cb6a
parent23a8f53cf20cdf60fbac49dc732f1fca54b255a2 (diff)
downloadaur-28494db57c2a7c05c36ae15fe118e3daaa053930.tar.gz
Correct URL
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cfead02a013..e9244a28ff7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=2.10.0
pkgrel=1
pkgdesc="Simulator for spiking neural network models"
arch=('x86_64')
-url="www.nest-simulator.org/"
+url="http://www.nest-simulator.org/"
license=('GPL')
depends=('gsl' 'libtool' 'python')
optdepends=('ipython' 'python-numpy' 'python-scipy' 'python-matplotlib')