diff options
author | msglm <msglm@techchud.xyz> | 2023-01-17 06:07:32 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-01-17 06:07:32 -0600 |
commit | 6f798cd49c2b79796022bc90d43512faabc8b7e0 (patch) | |
tree | b5fe3061601deb766de3ddaf1071699fb2a3362d /conf | |
parent | 169a1f54fb8584c0176da990f4e2477554cb71e8 (diff) | |
download | gitolite-admin-6f798cd49c2b79796022bc90d43512faabc8b7e0.tar.gz gitolite-admin-6f798cd49c2b79796022bc90d43512faabc8b7e0.tar.bz2 gitolite-admin-6f798cd49c2b79796022bc90d43512faabc8b7e0.zip |
attempting to add a desc and owner to a repo
Diffstat (limited to 'conf')
-rw-r--r-- | conf/gitolite.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 8bd8b1b..00730ef 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -2,7 +2,9 @@ repo gitolite-admin RW+ = admin repo comedyGenerator - RW+ = admin + RW+ = admin + config gitweb.description = "Ifunny API scrapper for downloading videos and gifs." + config gitweb.owner = "msglm" repo dallegen RW+ = admin |