diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-09 11:14:35 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-09 11:40:42 -0700 |
commit | 9bf19c8109edc5889f18994aa0a0465ef5948ab5 (patch) | |
tree | 396475353e1e3dbb6464512745a6cd60d920c04a | |
parent | fix(pass-git-helper): remove mapping for git.fcuny.net (diff) | |
download | world-9bf19c8109edc5889f18994aa0a0465ef5948ab5.tar.gz |
ref(git): remove git.fcuny.net from configuration
I don't have credentials for that URL anymore, everything goes through cl.fcuny.net. Change-Id: I2361444c2ea42679ab4f28758f708e53eb9c8c06 Reviewed-on: https://cl.fcuny.net/c/world/+/302 Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r-- | home/git/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/git/default.nix b/home/git/default.nix index b593f09..0d99e69 100644 --- a/home/git/default.nix +++ b/home/git/default.nix @@ -27,7 +27,6 @@ in { userEmail = "franck@fcuny.net"; extraConfig = { "credential \"https://github.com\"" = { username = "fcuny"; }; - "credential \"https://git.fcuny.net\"" = { username = "fcuny"; }; "credential \"https://cl.fcuny.net\"" = { username = "fcuny"; }; }; ignores = [ |