home: git: rewrite github URLs to use ssh

This commit is contained in:
Bruno BELANYI 2021-10-18 14:44:19 +02:00
parent 6a18be1d0a
commit a8cf45a9f7

View file

@ -129,6 +129,10 @@ in
"git@gitea.belanyi.fr:" = {
insteadOf = "https://gitea.belanyi.fr/";
};
"git@github.com:" = {
insteadOf = "https://github.com/";
};
};
};