commit a827e1836ebc3a8499d42dbe5f16bc6329f296b2 parent 656bdc26dbfeddce166ffd1b89fc2dd991a704e8 Author: Vincent Demeester <vincent@sbr.pm> Date: Tue, 21 Apr 2020 10:55:01 +0200 govanityurl: from github to gitlab Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | tmp/nixos-configuration/machine/kerkouane.nix | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tmp/nixos-configuration/machine/kerkouane.nix b/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 = {