diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/gitolite.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 9c6079c..e92a20a 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -71,6 +71,16 @@ repo yousaythis config gitweb.description = "A program for making videos and images to quote people with" config gitweb.owner = "msglm" +repo sortunsorted + RW+ = admin + config gitweb.description = "A program for manually sorting ~/Videos/unsorted" + config gitweb.owner = "msglm" + +repo ipfs-archive-manager + RW+ = admin + config gitweb.description = "A tool that manages IPFS archives on your behalf." + config gitweb.owner = "msglm" + repo guix-msglm RW+ = admin config gitweb.description = "Custom guix repo for software I want on my system" |