From 10b8f99193f8f28d8f0661aabaf4855721fe64b2 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 31 Aug 2024 16:34:20 +0200 Subject: [PATCH] pinwheel: Add `git` url preference for `git.ppp.pm` --- hosts/pinwheel/modules/git/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pinwheel/modules/git/gitconfig b/hosts/pinwheel/modules/git/gitconfig index b7b06de..0584b80 100644 --- a/hosts/pinwheel/modules/git/gitconfig +++ b/hosts/pinwheel/modules/git/gitconfig @@ -11,3 +11,5 @@ [url "git@codeberg.org:"] insteadOf = https://codeberg.org/ +[url "gitea@git.ppp.pm:"] + insteadOf = https://git.ppp.pm/