From 9bf19c8109edc5889f18994aa0a0465ef5948ab5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 9 Jun 2022 11:14:35 -0700 Subject: 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 --- home/git/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'home') 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 = [ -- cgit 1.4.1