summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-10-08 22:20:46 +0200
committermakefu <github@syntax-fehler.de>2017-10-08 22:20:46 +0200
commit3e900c00af5618ffc3bdaeab83166efb82a8d9bd (patch)
treea27b8ceb5c6e24b4ffbdb4e786715e42b1b33c3d
parent1ece8369c7d199e51f914241e467acd98404d1a4 (diff)
makefu: add makefu-android identity
-rw-r--r--2configs/git/cgit-retiolum.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/git/cgit-retiolum.nix b/2configs/git/cgit-retiolum.nix
index ed890fe40..da246f66a 100644
--- a/2configs/git/cgit-retiolum.nix
+++ b/2configs/git/cgit-retiolum.nix
@@ -68,7 +68,7 @@ let
# TODO: get the list of all krebsministers
krebsminister = with config.krebs.users; [ lass tv ];
- all-makefu = with config.krebs.users; [ makefu makefu-omo makefu-tsp makefu-vbob makefu-tempx ];
+ all-makefu = with config.krebs.users; [ makefu makefu-omo makefu-tsp makefu-vbob makefu-tempx makefu-android ];
all-exco = with config.krebs.users; [ exco ];
priv-rules = repo: set-owners repo all-makefu;