From ab639de2eead3080362c00e863bceb756796558d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 15 Feb 2017 20:39:26 +0100 Subject: Fix Travis badge repository --- askama/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 7a6b7db..11b7d8b 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT/Apache-2.0" workspace = ".." [badges] -travis-ci = { repository = "https://github.com/djc/askama" } +travis-ci = { repository = "djc/askama" } [dependencies] nom = "2.1" -- cgit