diff options
author | Marc Coquand <marc@coquand.email> | 2024-11-28 17:52:36 +0200 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-11-28 17:52:36 +0200 |
commit | 8a20306bd9fa6ee6d90aef016dcef9e7b1662c71 (patch) | |
tree | d2f5650283e56a0906b78acdf9266da835335ab9 /home/dots/.gitconfig | |
parent | 201653e374c4c2ac9c624e9d7f069c7faca2be54 (diff) | |
download | guix-8a20306bd9fa6ee6d90aef016dcef9e7b1662c71.tar.gz guix-8a20306bd9fa6ee6d90aef016dcef9e7b1662c71.tar.bz2 guix-8a20306bd9fa6ee6d90aef016dcef9e7b1662c71.zip |
.
Diffstat (limited to '')
-rw-r--r-- | home/dots/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dots/.gitconfig b/home/dots/.gitconfig index c7deeb3..b7d8fb5 100644 --- a/home/dots/.gitconfig +++ b/home/dots/.gitconfig @@ -3,7 +3,7 @@ issue = "!gh issue" bug = "!git-bug" [user] - email = marc@coquand@email + email = marc@coquand.email name = Marc Coquand [credential "https://github.com"] helper = !gh auth git-credential |