fix repository URL in Cargo.toml
This commit is contained in:
parent
f02ad80c70
commit
2b126be60b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name = "zip"
|
||||||
version = "0.5.10"
|
version = "0.5.10"
|
||||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>"]
|
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/zip/zip-rs.git"
|
repository = "https://github.com/zip-rs/zip.git"
|
||||||
keywords = ["zip", "archive"]
|
keywords = ["zip", "archive"]
|
||||||
description = """
|
description = """
|
||||||
Library to support the reading and writing of zip files.
|
Library to support the reading and writing of zip files.
|
||||||
|
|
Loading…
Add table
Reference in a new issue