diff --git a/documentation/sources/additional.rst b/documentation/sources/additional.rst index 2f415eac..970e163d 100644 --- a/documentation/sources/additional.rst +++ b/documentation/sources/additional.rst @@ -127,21 +127,21 @@ LFPy was developed by: * Henrik Lindén https://lindenh.wordpress.com -* Espen Hagen http://www.fz-juelich.de/SharedDocs/Personen/INM/INM-6/EN/Hagen_Espen.html?nn=724694 +* Espen Hagen http://www.mn.uio.no/fysikk/english/?vrtx=person-view&uid=espehage * Szymon Łęski http://www.neuroinf.pl/Members/szleski * Eivind Norheim -* Klas H. Pettersen http://arken.umb.no/~klaspe/ +* Klas H. Pettersen http://www.med.uio.no/imb/english/?vrtx=person-view&uid=klashp -* Gaute T. Einevoll http://arken.umb.no/~gautei/index_english.html +* Gaute T. Einevoll https://www.nmbu.no/ans/gaute.einevoll Contact ======= If you want to contact us with questions, bugs and comments, -you can send us an email to either `Espen `_ or `Henrik `_. +you can send us an email to either `Espen `_ or `Henrik `_. We are of course happy to receive feedback of any kind. diff --git a/setup.py b/setup.py index c412ed4a..12407e13 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ cmdclass = cmdclass, ext_modules = ext_modules, url='http://LFPy.github.io', - download_url = 'https://github.com/LFPy/LFPy/tarball/v1.1.1', + download_url = 'https://github.com/LFPy/LFPy/tarball/v1.1.3', license='LICENSE', description='A module for modeling Local Field Potentials built on NEURON', long_description=long_description,