diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-15 20:39:26 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-15 20:39:26 +0100 |
commit | ab639de2eead3080362c00e863bceb756796558d (patch) | |
tree | 9d5a05ed828d823b1a4e4c2d946f838bc5951210 | |
parent | c6552eda1d1f1a397fdbdccf8984c9dcc9fa1d0d (diff) | |
download | askama-ab639de2eead3080362c00e863bceb756796558d.tar.gz askama-ab639de2eead3080362c00e863bceb756796558d.tar.bz2 askama-ab639de2eead3080362c00e863bceb756796558d.zip |
Fix Travis badge repository
Diffstat (limited to '')
-rw-r--r-- | askama/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |