about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-09 11:14:35 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-09 11:40:42 -0700
commit9bf19c8109edc5889f18994aa0a0465ef5948ab5 (patch)
tree396475353e1e3dbb6464512745a6cd60d920c04a /home
parentfix(pass-git-helper): remove mapping for git.fcuny.net (diff)
downloadworld-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.nix1
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 = [