1
0

Fix changed behaviour of fetchGit

This commit is contained in:
2021-12-12 13:35:13 +01:00
parent a76916d06d
commit 13f9a3b6a3
8 changed files with 11 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
forceSSL = true;
root = fetchGit {
url = "https://git.clerie.de/clerie/milchinsel.de.git";
ref = "master";
rev = "8ca6727902fb5a2581b56c4b3ab8d01585f3acb0";
};
};