From 1b5cb4a89a705ef627274ef8c80eed0a9b05e880 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 24 Jan 2017 10:49:02 -0800 Subject: [PATCH] Fix travis badge in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1be255f..ed87b2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/gyscos/Cursive" version = "0.4.0" [badges] -travis-ci = { repository = "gyscos/cursive" } +travis-ci = { repository = "gyscos/Cursive" } [build-dependencies.skeptic] optional = true