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 f5c209f..750ad27 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -65,3 +65,8 @@ repo stashley RW+ = admin config gitweb.description = "A program using TOML files to archive personalities to IPFS" config gitweb.owner = "msglm" + +repo guix-msglm + RW+ = admin + config gitweb.description = "Custom guix repo for software I want on my system" + config gitweb.owner = "msglm" |