From d8c27e39ff5c938955d2f9b098fc0c01ab650f6f Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 7 Feb 2016 05:17:07 +0100 Subject: tv: s/_/-/g in usernames --- mv/2configs/git.nix | 2 +- tv/2configs/git.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mv/2configs/git.nix b/mv/2configs/git.nix index 991d0c4..c182d0d 100644 --- a/mv/2configs/git.nix +++ b/mv/2configs/git.nix @@ -45,7 +45,7 @@ let perm = push "refs/*" [ non-fast-forward create delete merge ]; } ++ optional repo.public { - user = [ lass makefu uriel tv tv_xu ]; + user = [ lass makefu uriel tv tv-xu ]; repo = [ repo ]; perm = fetch; } ++ diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix index b818008..85fd725 100644 --- a/tv/2configs/git.nix +++ b/tv/2configs/git.nix @@ -90,7 +90,7 @@ let with git // config.krebs.users; repo: singleton { - user = [ tv tv_xu ]; + user = [ tv tv-xu ]; repo = [ repo ]; perm = push "refs/*" [ non-fast-forward create delete merge ]; } ++ -- cgit v1.2.3