summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-01-17 07:11:18 -0600
committermsglm <msglm@techchud.xyz>2023-01-17 07:11:18 -0600
commit64f91264a4f2860ad78a2230745843e2593380e6 (patch)
tree7ee29e2c01fb2a16f0f78e68cf489075113692bd /conf
parent3389f49b0220b21787236d984ee05dd19748f828 (diff)
downloadgitolite-admin-64f91264a4f2860ad78a2230745843e2593380e6.tar.gz
gitolite-admin-64f91264a4f2860ad78a2230745843e2593380e6.tar.bz2
gitolite-admin-64f91264a4f2860ad78a2230745843e2593380e6.zip
new owner plus description
Diffstat (limited to 'conf')
-rw-r--r--conf/gitolite.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf
index 2e65179..4bd2632 100644
--- a/conf/gitolite.conf
+++ b/conf/gitolite.conf
@@ -8,18 +8,28 @@ repo comedyGenerator
repo dallegen
RW+ = admin
+ config gitweb.description = "Ifunny API scrapper for downloading videos and gifs."
+ config gitweb.owner = "msglm"
repo indeedwatcher
RW+ = admin
+ config gitweb.description = "Scrapes indeed for job listings then downloads and formats them for you"
+ config gitweb.owner = "msglm"
repo ddg-image-grabber
RW+ = admin
+ config gitweb.description = "Scrapes images off duckduckgo image search urls"
+ config gitweb.owner = "msglm"
repo swinIR_API
RW+ = admin
+ config gitweb.description = "Allows you to send images to https://huggingface.co/spaces/akhaliq/SwinIR to be upscaled via the cli."
+ config gitweb.owner = "msglm"
repo school-code
RW+ = admin
+ config gitweb.description = "All my code of interest from my high school and college days."
+ config gitweb.owner = "msglm"
repo TrumpDesk
RW+ = admin
@@ -28,7 +38,11 @@ repo TrumpDesk
repo msglm-dotfiles
RW+ = admin
+ config gitweb.description = "My personal bash scripts and configs."
+ config gitweb.owner = "msglm"
repo stealIfunny
RW+ = admin
+ config gitweb.description = "comedyGenerator's inferior beta version."
+ config gitweb.owner = "msglm"