aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-04-28 03:46:15 -0400
committerJesse Luehrs <doy@tozt.net>2016-04-28 03:46:15 -0400
commit4846a058c5a898e984f1bad1c7eff31693a63931 (patch)
tree6f70a3358e39d0b0b715abbac3fd666752f95b6b
parent82ceea3c821927cc7bb7c692a583948e87f35383 (diff)
downloadvt100-rust-4846a058c5a898e984f1bad1c7eff31693a63931.tar.gz
vt100-rust-4846a058c5a898e984f1bad1c7eff31693a63931.zip
apparently it doesn't like git:// repositoriesv0.1.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <doy@tozt.net>"]
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"