summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cuddeback <david.cuddeback@gmail.com>2015-11-04 19:16:45 -0800
committerDavid Cuddeback <david.cuddeback@gmail.com>2015-11-04 19:16:45 -0800
commit0568415e7c1973e3d1d8659e263547642d733b27 (patch)
treee572358ca8bc1860fcbbff3c8b70920b29224cef
parentce1737eb9f8dbab744de406e18e98394d245b501 (diff)
downloadtermios-rs-0568415e7c1973e3d1d8659e263547642d733b27.zip
fixes repository URL
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 745b646..6fc8a1b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["David Cuddeback <david.cuddeback@gmail.com>"]
description = "Safe bindings for the termios library."
license = "MIT"
homepage = "https://github.com/dcuddeback/termios-rs"
-repository = "https://github.com/dcuddeback/termios-rs.git"
+repository = "https://github.com/dcuddeback/termios-rs"
documentation = "http://dcuddeback.github.io/termios-rs/termios/"
readme = "README.md"
keywords = ["termios", "tty", "terminal", "posix"]