From 55b9e64fa87d1c1bbc870f7e90feeeebbd70cd45 Mon Sep 17 00:00:00 2001 From: Jason Travis Smith Date: Thu, 6 Apr 2017 17:09:51 -0400 Subject: [PATCH] Adjusting the repository locations. --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c6ba0f3..80f6aac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Jason Travis Smith "] description = "Rust bindings for standard C functions." license = "" -repository = "https://gitlab.com/CyberMages/pact.git" +repository = "https://gitlab.com/CyberMages/Core/pact.git" documentation = "" keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"] build = "build.rs" @@ -19,14 +19,14 @@ weak = [] [build-dependencies.scribe] -git = "https://gitlab.com/CyberMages/scribe.git" +git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git" [dependencies.scribe] -git = "https://gitlab.com/CyberMages/scribe.git" +git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git" [dependencies.binding] -git = "https://gitlab.com/CyberMages/binding.git" +git = "ssh://git@gitlab.com/CyberMages/Core/binding.git" [dependencies.weave] -git = "https://gitlab.com/CyberMages/weave.git" +git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"