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";
|
username = "punkfairie";
|
||||||
email = "marley@punkfairie.net";
|
email = "marley@punkfairie.net";
|
||||||
git = {
|
git = {
|
||||||
inherit name email;
|
name = username;
|
||||||
|
inherit email;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue