about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-20T18·31+0000
committerVincent Ambo <tazjin@google.com>2019-12-20T18·31+0000
commitd5c5662c5abdb93a2c0a3f8702eed1c812510441 (patch)
tree5a56d39213e99d686495e3fb122f001aa85dacfe
parent1c9e3c652df88df3b285ab85c49264d212c24c09 (diff)
fix(cgit-taz): Display personal email on depot r/226
-rw-r--r--services/cgit-taz/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/cgit-taz/default.nix b/services/cgit-taz/default.nix
index 79cf579ec1..cae8020d71 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
   '';