From 94c24466c5ad704fccc3bd14b9273bf53e6be725 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Mon, 15 Aug 2022 17:15:32 +0000 Subject: [PATCH] Correct git path for scm mdp repo --- db/scm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/scm.nix b/db/scm.nix index 75f066c1..e47ee7b1 100644 --- a/db/scm.nix +++ b/db/scm.nix @@ -14,7 +14,7 @@ let "." (getEnv "MDP_GIT") (fetchGit { - url = "git@gitlab.com:mixrank/mdp.git"; + url = "git@scm.mixrank.com:mixrank/mdp.git"; rev = "309e04f3f646847af3b7c084b01cfd72e1db92c8"; }) ] ++ scm_repos;