diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-20T18·31+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-20T18·31+0000 |
commit | d5c5662c5abdb93a2c0a3f8702eed1c812510441 (patch) | |
tree | 5a56d39213e99d686495e3fb122f001aa85dacfe | |
parent | 1c9e3c652df88df3b285ab85c49264d212c24c09 (diff) |
fix(cgit-taz): Display personal email on depot r/226
-rw-r--r-- | services/cgit-taz/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/cgit-taz/default.nix b/services/cgit-taz/default.nix index 79cf579ec1d0..cae8020d71f5 100644 --- a/services/cgit-taz/default.nix +++ b/services/cgit-taz/default.nix @@ -13,13 +13,13 @@ let # Global configuration virtual-root=/ enable-http-clone=1 - readme = README.md + readme=:README.md # Repository configuration repo.url=depot repo.path=/git/depot/.git repo.desc=tazjin's personal monorepo - repo.owner=tazjin <tazjin@google.com> + repo.owner=tazjin <mail@tazj.in> repo.clone-url=https://git.tazj.in ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/depot ''; |