From 5c3e646793e034c0ce068db0a2931e621aa32d95 Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Fri, 22 Dec 2017 20:27:42 +0000 Subject: [PATCH] Fix Travis link in Cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b576006..6fa2430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/framed" repository = "https://github.com/fluffysquirrels/framed-rs" [badges.travis-ci] -repository = "https://github.com/fluffysquirrels/framed-rs" +repository = "fluffysquirrels/framed-rs" branch = "master" [dependencies]