From 6f77f9fd45b18bfbf97919fd25ad59bd3edcd5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 5 Apr 2020 00:22:06 +0200 Subject: Replace git:// by https:// --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 255a896..0bf0fc2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -46,11 +46,11 @@ branch = yellow bold # this allows to write 'nec:bla/blubb' -[url "git://git.necoro.eu/"] +[url "https://git.necoro.eu/"] insteadOf = "nec:" [url "ssh://git@git.necoro.eu/"] pushInsteadOf = "nec:" - pushInsteadOf = "git://git.necoro.eu/" + pushInsteadOf = "https://git.necoro.eu/" # vim: noexpandtab -- cgit v1.2.3