home: git: rewrite gitlab URLs to use ssh
This commit is contained in:
parent
a8cf45a9f7
commit
ae06ccac4a
|
@ -133,6 +133,10 @@ in
|
|||
"git@github.com:" = {
|
||||
insteadOf = "https://github.com/";
|
||||
};
|
||||
|
||||
"git@gitlab.com:" = {
|
||||
insteadOf = "https://gitlab.com/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue