diff options
-rw-r--r-- | conf/gitolite.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index d06a8ba..27564a6 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -81,6 +81,11 @@ repo ipfs-archive-manager config gitweb.description = "A tool that manages IPFS archives on your behalf." config gitweb.owner = "msglm" +repo matterbridge-msglm + RW+ = admin + config gitweb.description = "A fork of matterbridge with some patches." + config gitweb.owner = "msglm" + repo guix-msglm RW+ = admin config gitweb.description = "Custom guix repo for software I want on my system" |