diff options
author | Vincent Ambo <mail@tazj.in> | 2022-12-25T17·50+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-12-28T08·17+0000 |
commit | eb62cb14214f6591949668c61b4fdc985d3d8d33 (patch) | |
tree | 32f61ac1c34d9c6d79dba01b5885c5442e9c35bb /ops | |
parent | 6552cf03b32d89135e1df3c4120ac3ccde3f78f5 (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')
-rw-r--r-- | ops/modules/depot-inbox.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/depot-inbox.nix b/ops/modules/depot-inbox.nix index 9a7f7cc50496..cb7117d369a8 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"; |