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