fix(aspen/system): Remove duplicate email

Change-Id: I7b30ca4940bcc65488b2fbb190b3f51dc4d76c15
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12204
Autosubmit: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
Reviewed-by: aspen <root@gws.fyi>
This commit is contained in:
Aspen Smith 2024-08-14 21:20:50 -04:00 committed by clbot
parent 9d8832474c
commit 83e25fdd19

View file

@ -16,7 +16,7 @@ let
personal = {
primary = true;
address = "root@gws.fyi";
aliases = [ "aspen@gws.fyi" "aspen@gws.fyi" ];
aliases = [ "aspen@gws.fyi" ];
passEntry = "root-gws-msmtp";
};
};