Skip to content
Snippets Groups Projects
Commit d7e43c20 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'add-snudda' into 'master'

fix snudda url

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!117
parents 44851bc6 69479bc3
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ from spack import *
class PySnudda(Package):
homepage = 'https://pypi.org/project/snudda/'
url = 'https://pypi.org/packages/source/s/snudda/snudda-1.2.9-py3-none-any.whl'
url = 'https://files.pythonhosted.org/packages/py3/s/snudda/snudda-1.2.9-py3-none-any.whl'
list_url = 'https://pypi.org/simple/snudda/'
maintainers = ['hjorth','akarmas']
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment