home: git: rewrite github URLs to use ssh

This commit is contained in:
Bruno BELANYI 2021-10-18 14:44:19 +02:00
parent 9e33f4ca82
commit 5e438f9e77
1 changed files with 4 additions and 0 deletions

View File

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