summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ascent/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/ascent/package.py')
-rw-r--r--var/spack/repos/builtin/packages/ascent/package.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/ascent/package.py b/var/spack/repos/builtin/packages/ascent/package.py
index 22a3da578b..018221fe6c 100644
--- a/var/spack/repos/builtin/packages/ascent/package.py
+++ b/var/spack/repos/builtin/packages/ascent/package.py
@@ -47,14 +47,11 @@ class Ascent(Package):
simulations."""
homepage = "https://github.com/Alpine-DAV/ascent"
- url = "https://github.com/Alpine-DAV/ascent"
+ git = "https://github.com/Alpine-DAV/ascent.git"
maintainers = ['cyrush']
- version('develop',
- git='https://github.com/Alpine-DAV/ascent.git',
- branch='develop',
- submodules=True)
+ version('develop', branch='develop', submodules=True)
###########################################################################
# package variants