diff options
author | David Cuddeback <david.cuddeback@gmail.com> | 2015-11-04 19:16:45 -0800 |
---|---|---|
committer | David Cuddeback <david.cuddeback@gmail.com> | 2015-11-04 19:16:45 -0800 |
commit | 0568415e7c1973e3d1d8659e263547642d733b27 (patch) | |
tree | e572358ca8bc1860fcbbff3c8b70920b29224cef | |
parent | ce1737eb9f8dbab744de406e18e98394d245b501 (diff) | |
download | termios-rs-0568415e7c1973e3d1d8659e263547642d733b27.zip |
fixes repository URL
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |