diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-29 13:21:02 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-29 13:21:02 -0700 |
commit | dcc03c9f1b7e0a49fd8d17687eadd77f28815c92 (patch) | |
tree | f9047dc06deef9c8078ba4a88552374ff72bcf91 /home | |
parent | fix(home): remove various shell functions related to gerrit (diff) | |
download | world-dcc03c9f1b7e0a49fd8d17687eadd77f28815c92.tar.gz |
fix(home/git): remove a gerrit reference
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 04a4ce5..407bd88 100644 --- a/home/git/default.nix +++ b/home/git/default.nix @@ -41,7 +41,6 @@ in userEmail = "franck@fcuny.net"; extraConfig = { "credential \"https://github.com\"" = { username = "fcuny"; }; - "credential \"https://cl.fcuny.net\"" = { username = "fcuny"; }; }; ignores = [ "*.elc" |