Commit a827e1836ebc

Vincent Demeester <vincent@sbr.pm>
2020-04-21 10:55:01
govanityurl: from github to gitlab
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 656bdc2
Changed files (1)
tmp
nixos-configuration
tmp/nixos-configuration/machine/kerkouane.nix
@@ -30,13 +30,13 @@ with import ../assets/machines.nix; {
       config = ''
         paths:
           /ape:
-            repo: https://github.com/vdemeester/ape
+            repo: https://gitlab.com/vdemeester/ape
           /nr:
-            repo: https://github.com/vdemeester/nr
+            repo: https://gitlab.com/vdemeester/nr
           /ram:
-            repo: https://github.com/vdemeester/ram
+            repo: https://gitlab.com/vdemeester/ram
           /sec:
-            repo: https://github.com/vdemeester/sec
+            repo: https://gitlab.com/vdemeester/sec
       '';
     };
     nginx = {