home: git: rewrite gitlab URLs to use ssh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-10-18 14:45:23 +02:00
parent 5e438f9e77
commit 708d60bcc6

View file

@ -133,6 +133,10 @@ in
"git@github.com:" = { "git@github.com:" = {
insteadOf = "https://github.com/"; insteadOf = "https://github.com/";
}; };
"git@gitlab.com:" = {
insteadOf = "https://gitlab.com/";
};
}; };
}; };