diff options
author | msglm <msglm@techchud.xyz> | 2024-02-26 19:15:49 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-02-26 19:15:49 -0600 |
commit | 87f67a90fe8231c47b2449d93ba8722dcdc61400 (patch) | |
tree | 449ebe36376c262d5920b2cee02e9495da7d4011 /conf | |
parent | 3dbdbe1424523d119137bc8b7c50e545b1b16c6a (diff) | |
download | gitolite-admin-87f67a90fe8231c47b2449d93ba8722dcdc61400.tar.gz gitolite-admin-87f67a90fe8231c47b2449d93ba8722dcdc61400.tar.bz2 gitolite-admin-87f67a90fe8231c47b2449d93ba8722dcdc61400.zip |
remove matterbridge-msglm and add mbsync-notify
Diffstat (limited to 'conf')
-rw-r--r-- | conf/gitolite.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 27564a6..61f3ddb 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -81,12 +81,12 @@ repo ipfs-archive-manager config gitweb.description = "A tool that manages IPFS archives on your behalf." config gitweb.owner = "msglm" -repo matterbridge-msglm +repo mbsync-notify RW+ = admin - config gitweb.description = "A fork of matterbridge with some patches." - config gitweb.owner = "msglm" + config gitweb.description = "Short script for notifying users of mbsync of new emails." + config gitweb.owner = "msglm & jt0in3e" repo guix-msglm RW+ = admin - config gitweb.description = "Custom guix repo for software I want on my system" + config gitweb.description = "Custom guix repo for software I want on my system." config gitweb.owner = "msglm" |