treewide: replace most occurences of old email

This commit is contained in:
Charlotte Van Petegem 2023-12-24 13:55:12 +01:00
parent 149cc26688
commit b376b36b92
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@
};
email = lib.mkOption {
type = lib.types.str;
default = "charlotte@vanpetegem.me";
example = "charlotte@vanpetegem.me";
default = "charlotte@vanpetegem.be";
example = "charlotte@vanpetegem.be";
description = ''
Default email set in global git config.
'';