summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorjthies <jonas.thies@dlr.de>2020-10-26 22:19:53 +0100
committerGitHub <noreply@github.com>2020-10-26 16:19:53 -0500
commit5d5711621a54616775b0ae397833af90dea1a674 (patch)
treec99c9eac282731f523f56b566093c87f8dc9a0df /var
parent4f720fb9ba014d73fcb4ad9a4d67caef9e537c8c (diff)
downloadspack-5d5711621a54616775b0ae397833af90dea1a674.tar.gz
spack-5d5711621a54616775b0ae397833af90dea1a674.tar.bz2
spack-5d5711621a54616775b0ae397833af90dea1a674.tar.xz
spack-5d5711621a54616775b0ae397833af90dea1a674.zip
packages/phist: fix incorrect git url (#19527)
Co-authored-by: Thies <thie_jo@fe-store01.sc.bs.dlr.de>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/phist/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/phist/package.py b/var/spack/repos/builtin/packages/phist/package.py
index d5390edadf..dbc620ff21 100644
--- a/var/spack/repos/builtin/packages/phist/package.py
+++ b/var/spack/repos/builtin/packages/phist/package.py
@@ -20,7 +20,7 @@ class Phist(CMakePackage):
homepage = "https://bitbucket.org/essex/phist/"
url = "https://bitbucket.org/essex/phist/get/phist-1.4.3.tar.gz"
- git = "https://bitbucket.org/essex/phist/phist.git"
+ git = "https://bitbucket.org/essex/phist.git"
maintainers = ['jthies']