From 4846a058c5a898e984f1bad1c7eff31693a63931 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 28 Apr 2016 03:46:15 -0400 Subject: apparently it doesn't like git:// repositories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 866066f..22debb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jesse Luehrs "] description = "Library for parsing terminal data" homepage = "https://github.com/doy/vt100-rust" -repository = "git://github.com/doy/vt100-rust" +repository = "https://github.com/doy/vt100-rust" readme = "README.md" keywords = ["terminal", "vt100"] license = "MIT" -- cgit v1.2.3