From fd2c7bb615733dc3d81b87c9e0da95ea7158dede Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manoel=20R=C3=B6mmer?= <m.roemmer@fz-juelich.de>
Date: Tue, 13 Feb 2024 10:01:50 +0100
Subject: [PATCH] Use https instead of git for forma sources

---
 Golden_Repo/f/forma/forma-0.1.6-foss2022a.eb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Golden_Repo/f/forma/forma-0.1.6-foss2022a.eb b/Golden_Repo/f/forma/forma-0.1.6-foss2022a.eb
index 9a32427e..4747bef7 100644
--- a/Golden_Repo/f/forma/forma-0.1.6-foss2022a.eb
+++ b/Golden_Repo/f/forma/forma-0.1.6-foss2022a.eb
@@ -13,7 +13,7 @@ local_forma_archive_filename = f"forma_archive_{version}.tar.gz"
 sources = [{
     'filename': local_forma_archive_filename,
     'git_config': {
-        'url': 'git@gitlab.jsc.fz-juelich.de:deep-sea/wp3/software',
+        'url': 'https://gitlab.jsc.fz-juelich.de/deep-sea/wp3/software',
         'repo_name': 'forma',
         'recursive': True,
         'tag': 'v' + version,
-- 
GitLab