From f35aebd66eb00abab9580ce08b2e8e6ea5153efa Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 11 Jul 2016 23:50:08 -0700 Subject: [PATCH] Fix case in Readme --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f9965b..eedd643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["ncurses", "TUI"] license = "MIT" name = "cursive" readme = "Readme.md" -repository = "https://github.com/Gyscos/cursive" +repository = "https://github.com/gyscos/Cursive" version = "0.0.3" [dependencies]