about summary refs log tree commit diff
path: root/ops/modules
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-12-25T17·50+0300
committertazjin <tazjin@tvl.su>2022-12-28T08·17+0000
commiteb62cb14214f6591949668c61b4fdc985d3d8d33 (patch)
tree32f61ac1c34d9c6d79dba01b5885c5442e9c35bb /ops/modules
parent6552cf03b32d89135e1df3c4120ac3ccde3f78f5 (diff)
style(ops/modules): add inbox email address to public-inbox header r/5513
Change-Id: Ib7d9089b63bba7ebc44d3438ed284e752f0595e9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7638
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops/modules')
-rw-r--r--ops/modules/depot-inbox.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/depot-inbox.nix b/ops/modules/depot-inbox.nix
index 9a7f7cc504..cb7117d369 100644
--- a/ops/modules/depot-inbox.nix
+++ b/ops/modules/depot-inbox.nix
@@ -85,7 +85,7 @@ in
           "depot@tazj.in" # legacy address
         ];
 
-        description = "TVL depot development";
+        description = "TVL depot development (mail to depot@tvl.su)";
         coderepo = [ "depot" ];
         url = "https://inbox.tvl.su/depot";