diff options
author | Franck Cuny <franck@fcuny.net> | 2022-11-05 12:37:49 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-11-05 12:37:49 -0700 |
commit | 91b61ed9b03bb91088704ca0d0dd626d3039b400 (patch) | |
tree | 956e25cd0966c3cbffe0f18726cffba42390bafd /home/git | |
parent | feat(tools/import-gh-to-gitea): script to import my repositories (diff) | |
download | world-91b61ed9b03bb91088704ca0d0dd626d3039b400.tar.gz |
ref(home/git): update mapping for the git-helper
Diffstat (limited to 'home/git')
-rw-r--r-- | home/git/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/git/default.nix b/home/git/default.nix index 407bd88..bfb6fd8 100644 --- a/home/git/default.nix +++ b/home/git/default.nix @@ -41,6 +41,7 @@ in userEmail = "franck@fcuny.net"; extraConfig = { "credential \"https://github.com\"" = { username = "fcuny"; }; + "credential \"https://git.fcuny.net\"" = { username = "fcuny"; }; }; ignores = [ "*.elc" |