diff options
author | msglm <msglm@techchud.xyz> | 2023-10-06 01:00:01 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-10-06 01:00:01 -0500 |
commit | 1ccb7f5e2e2946282e5dbc45269601780e7fd201 (patch) | |
tree | 3836cbdb33095e60237bac31709783ff578408ba /conf | |
parent | d054c3d2c2b9686ebbc925cd7aedcaec4f5932d6 (diff) | |
download | gitolite-admin-1ccb7f5e2e2946282e5dbc45269601780e7fd201.tar.gz gitolite-admin-1ccb7f5e2e2946282e5dbc45269601780e7fd201.tar.bz2 gitolite-admin-1ccb7f5e2e2946282e5dbc45269601780e7fd201.zip |
sortunsorted and ipfs-archive-manager added
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" |