Skip to content

Commit

Permalink
Use https to clone (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored Apr 10, 2022
1 parent ce6bcb6 commit b255986
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions scripts/check_external.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
const REPOS: &[&str] = &[
//"git://github.com/EmbarkStudios/ash-molten.git",
"git://github.com/EmbarkStudios/cargo-about.git",
//"git://github.com/EmbarkStudios/cargo-fetcher.git",
"git://github.com/bitshifter/glam-rs.git",
"git://github.com/EmbarkStudios/physx-rs.git",
//"git://github.com/EmbarkStudios/tame-gcs.git",
//"git://github.com/EmbarkStudios/tame-oauth.git",
//"git://github.com/EmbarkStudios/texture-synthesis.git",
"https://github.com/EmbarkStudios/cargo-about",
"https://github.com/bitshifter/glam-rs",
"https://github.com/EmbarkStudios/physx-rs",
];

fn main() {
Expand Down

0 comments on commit b255986

Please sign in to comment.