packages/phist: fix incorrect git url (#19527)
Co-authored-by: Thies <thie_jo@fe-store01.sc.bs.dlr.de>
This commit is contained in:
parent
4f720fb9ba
commit
5d5711621a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Phist(CMakePackage):
|
||||||
|
|
||||||
homepage = "https://bitbucket.org/essex/phist/"
|
homepage = "https://bitbucket.org/essex/phist/"
|
||||||
url = "https://bitbucket.org/essex/phist/get/phist-1.4.3.tar.gz"
|
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']
|
maintainers = ['jthies']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue