diff --git a/packages/wf-multi-area-model/package.py b/packages/wf-multi-area-model/package.py index 77fff78e548803ea932b100c0cb848dd890bdb7b..a1931c9404294ee6a8d22fe2136630d36947af77 100644 --- a/packages/wf-multi-area-model/package.py +++ b/packages/wf-multi-area-model/package.py @@ -10,8 +10,9 @@ class WfMultiAreaModel(Package): """Meta-package to collect all dependencies of the Multi-Area-Model.""" homepage="https://inm-6.github.io/multi-area-model/" - #git = "https://github.com/INM-6/multi-area-model" - git = "https://github.com/terhorstd/multi-area-model" + # git = "https://github.com/INM-6/multi-area-model" + # git = "https://github.com/terhorstd/multi-area-model" + git = "https://github.com/INM-6/multi-area-model" maintainer = ["terhorstd"] version("master", branch="master")