diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/git/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/git/default.nix b/hm/soispha/conf/git/default.nix index 327a2cc2..9fa9df44 100644 --- a/hm/soispha/conf/git/default.nix +++ b/hm/soispha/conf/git/default.nix @@ -131,7 +131,7 @@ in { conflictstyle = "diff3"; }; url = { - "git@codeberg.org" = { + "git@codeberg.org:" = { insteadOf = "@cb:"; }; "https://codeberg.org/" = { |