From 91b61ed9b03bb91088704ca0d0dd626d3039b400 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 5 Nov 2022 12:37:49 -0700 Subject: ref(home/git): update mapping for the git-helper --- home/git/default.nix | 1 + home/pass/git-pass-mapping.ini | 4 ++-- 2 files changed, 3 insertions(+), 2 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" diff --git a/home/pass/git-pass-mapping.ini b/home/pass/git-pass-mapping.ini index 1b945c0..497801a 100644 --- a/home/pass/git-pass-mapping.ini +++ b/home/pass/git-pass-mapping.ini @@ -5,5 +5,5 @@ skip_username=10 [github.com/*] target=git/github.com -[cl.fcuny.net/*] -target=git/cl.fcuny.net +[git.fcuny.net/*] +target=git/git.fcuny.net -- cgit 1.4.1