fix: fix git username
This commit is contained in:
parent
cff0ea5cac
commit
b5a5b2c727
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
username = "punkfairie";
|
||||
email = "marley@punkfairie.net";
|
||||
git = {
|
||||
inherit name email;
|
||||
name = username;
|
||||
inherit email;
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue