From c67549a118ddbf834fa006e95daba3bf3aad0df4 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 11 Sep 2024 14:44:07 +0200 Subject: [PATCH] pinwheel: Remove URL preference for `gitlab` in `git` --- hosts/pinwheel/modules/git/gitconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/pinwheel/modules/git/gitconfig b/hosts/pinwheel/modules/git/gitconfig index 0584b80..01687e2 100644 --- a/hosts/pinwheel/modules/git/gitconfig +++ b/hosts/pinwheel/modules/git/gitconfig @@ -5,9 +5,6 @@ [url "git@github.com:"] insteadOf = https://github.com/ -[url "git@gitlab.com:"] - insteadOf = https://gitlab.com/ - [url "git@codeberg.org:"] insteadOf = https://codeberg.org/