fwi: update repo url to PM server

This commit is contained in:
Rodrigo Arias 2021-03-04 17:51:47 +01:00 committed by Aleix Roca Nonell
parent de175b2380
commit fa0e9f591f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
name = "fwi";
src = builtins.fetchGit {
url = "https://gitlab.com/srodrb/BSC-FWI.git";
url = "ssh://git@bscpm03.bsc.es/garlic/apps/fwi.git";
ref = "${gitBranch}";
};

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
name = "fwi-input";
src = builtins.fetchGit {
url = "https://gitlab.com/srodrb/BSC-FWI.git";
url = "ssh://git@bscpm03.bsc.es/garlic/apps/fwi.git";
ref = "garlic/seq";
};