summaryrefslogtreecommitdiffstats
path: root/conf/.gitolite.rc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/.gitolite.rc')
-rw-r--r--conf/.gitolite.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/.gitolite.rc b/conf/.gitolite.rc
index cf8e510..3445225 100644
--- a/conf/.gitolite.rc
+++ b/conf/.gitolite.rc
@@ -43,8 +43,8 @@
# WARNING: if you make changes to this hash, you MUST run 'gitolite
# compile' afterward, and possibly also 'gitolite trigger POST_COMPILE'
ROLES => {
- READERS => 1,
- WRITERS => 1,
+ CONTRIBUTORS => 1,
+ MAINTAINERS => 1,
},
# enable caching (currently only Redis). PLEASE RTFM BEFORE USING!!!