From 64f91264a4f2860ad78a2230745843e2593380e6 Mon Sep 17 00:00:00 2001 From: msglm Date: Tue, 17 Jan 2023 07:11:18 -0600 Subject: new owner plus description --- conf/gitolite.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" -- cgit v1.2.3