diff options
author | tv <tv@krebsco.de> | 2016-02-07 05:17:07 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-07 06:24:04 +0100 |
commit | 949f466cf78ba2e76002012715172e5d5d394006 (patch) | |
tree | 87ac987632a565f679a4f2a79e2c59fa00676236 /mv | |
parent | f68c977a20daa4d2e62f76e1f58a26188ef84b64 (diff) |
tv: s/_/-/g in usernames
Diffstat (limited to 'mv')
-rw-r--r-- | mv/2configs/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mv/2configs/git.nix b/mv/2configs/git.nix index 991d0c410..c182d0d1e 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; } ++ |