diff options
author | msglm <msglm@techchud.xyz> | 2023-03-19 20:16:56 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-03-19 20:16:56 -0500 |
commit | 1afe05e43483afa5513863148b15603118f1671b (patch) | |
tree | 1db11b086c8773ad9ef85b670b6301d953e46f94 | |
parent | 9bc0515b6129def299a610053b7dce95d8a83b5d (diff) | |
download | gitolite-admin-1afe05e43483afa5513863148b15603118f1671b.tar.gz gitolite-admin-1afe05e43483afa5513863148b15603118f1671b.tar.bz2 gitolite-admin-1afe05e43483afa5513863148b15603118f1671b.zip |
add sneed
-rw-r--r-- | conf/gitolite.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 52890e7..b035619 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -51,7 +51,7 @@ repo dilbertRss 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" +repo sneed + RW+ = admin + config gitweb.description = "A TOML-based, automatic farm generator." + config gitweb.owner = "msglm" |