summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-01-17 06:07:32 -0600
committermsglm <msglm@techchud.xyz>2023-01-17 06:07:32 -0600
commit6f798cd49c2b79796022bc90d43512faabc8b7e0 (patch)
treeb5fe3061601deb766de3ddaf1071699fb2a3362d
parent169a1f54fb8584c0176da990f4e2477554cb71e8 (diff)
downloadgitolite-admin-6f798cd49c2b79796022bc90d43512faabc8b7e0.tar.gz
gitolite-admin-6f798cd49c2b79796022bc90d43512faabc8b7e0.tar.bz2
gitolite-admin-6f798cd49c2b79796022bc90d43512faabc8b7e0.zip
attempting to add a desc and owner to a repo
-rw-r--r--conf/gitolite.conf4
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