metkit: add git url (#42867)
This commit is contained in:
parent
594fcc3c80
commit
1a1bbb8af2
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ class Metkit(CMakePackage):
|
|||
implementing the MARS language and associated processing and semantics."""
|
||||
|
||||
homepage = "https://github.com/ecmwf/metkit"
|
||||
git = "https://github.com/ecmwf/metkit.git"
|
||||
url = "https://github.com/ecmwf/metkit/archive/refs/tags/1.7.0.tar.gz"
|
||||
|
||||
maintainers("skosukhin", "victoria-cherkas", "dominichofer")
|
||||
|
|
Loading…
Reference in a new issue