diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/gitolite.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 149a310..b035619 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -50,3 +50,8 @@ repo dilbertRss RW+ = admin config gitweb.description = "A FastAPI RSS feed generator for the dilbert comic strip." config gitweb.owner = "msglm" + +repo sneed + RW+ = admin + config gitweb.description = "A TOML-based, automatic farm generator." + config gitweb.owner = "msglm" |