diff options
author | Aspen Smith <root@gws.fyi> | 2023-06-27T19·08-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-06-27T19·15+0000 |
commit | a9096c86d96dd4926142ce3252273449104a2271 (patch) | |
tree | a5bdd52eba393cf2a93030583655ce8ef0f21425 /users/grfn | |
parent | f46a0f7d6e6c5c2c21d8df42b1cbe076cc2060af (diff) |
chore(grfn/system): Change git author name r/6351
hi hello i'm aspen now Change-Id: I5e56b44ac9275b44c0eabb658e67e4d98d9178fd Reviewed-on: https://cl.tvl.fyi/c/depot/+/8858 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn')
-rw-r--r-- | users/grfn/system/home/modules/development.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/home/modules/development.nix b/users/grfn/system/home/modules/development.nix index 75af94bd4002..f68fb590ee17 100644 --- a/users/grfn/system/home/modules/development.nix +++ b/users/grfn/system/home/modules/development.nix @@ -81,7 +81,7 @@ with lib; enable = true; package = pkgs.gitFull; userEmail = "root@gws.fyi"; - userName = "Griffin Smith"; + userName = "Aspen Smith"; ignores = [ "*.sw*" ".classpath" |