diff options
author | msglm <msglm@techchud.xyz> | 2023-01-17 06:14:34 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-01-17 06:14:34 -0600 |
commit | 3389f49b0220b21787236d984ee05dd19748f828 (patch) | |
tree | 0068ea056b7bde912683719dc14a9510a2070960 /conf | |
parent | 6f798cd49c2b79796022bc90d43512faabc8b7e0 (diff) | |
download | gitolite-admin-3389f49b0220b21787236d984ee05dd19748f828.tar.gz gitolite-admin-3389f49b0220b21787236d984ee05dd19748f828.tar.bz2 gitolite-admin-3389f49b0220b21787236d984ee05dd19748f828.zip |
attempting to add a desc and owner to a repo
Diffstat (limited to 'conf')
-rw-r--r-- | conf/gitolite.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 00730ef..2e65179 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -23,6 +23,8 @@ repo school-code repo TrumpDesk RW+ = admin + config gitweb.description = "A parser for Trump's blog: Trump Desk." + config gitweb.owner = "msglm" repo msglm-dotfiles RW+ = admin |