diff options
author | msglm <msglm@techchud.xyz> | 2023-10-27 06:50:54 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-10-27 06:50:54 -0500 |
commit | 3dbdbe1424523d119137bc8b7c50e545b1b16c6a (patch) | |
tree | b76c3260f708ce33956ebe75cb9b555ce50f5300 | |
parent | 87d40ede1913631f4d798a47cc5ebb5063248f83 (diff) | |
download | gitolite-admin-3dbdbe1424523d119137bc8b7c50e545b1b16c6a.tar.gz gitolite-admin-3dbdbe1424523d119137bc8b7c50e545b1b16c6a.tar.bz2 gitolite-admin-3dbdbe1424523d119137bc8b7c50e545b1b16c6a.zip |
matterbridge-msglm added
-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" |