diff options
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" |