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