From 5a4815dcdfa6f785ac70e628fff34a29c0d150fa Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 29 Dec 2023 09:17:59 +0100 Subject: fix(hm/conf/git): Use correct path for codeberg ssh url substitution --- hm/soispha/conf/git/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf') 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/" = { -- cgit 1.4.1