[NixOS] Use github remotes

This commit is contained in:
Ivan Malison 2021-07-18 09:50:45 -06:00
parent b87314f0a9
commit 596c8cfb3b
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -75,12 +75,12 @@
{ {
name = "config"; name = "config";
path = "/home/imalison/config"; path = "/home/imalison/config";
uri = "git@bitbucket.org:ivanmalison/config.git"; uri = "git@github.com:IvanMalison/config.git";
} }
{ {
name = "org"; name = "org";
path = "/home/imalison/org"; path = "/home/imalison/org";
uri = "git@bitbucket.org:ivanmalison/org.git"; uri = "git@github.com:IvanMalison/org.git";
} }
{ {
name = "password-store"; name = "password-store";