Merge pull request #224 from striezel/fix-repository-url

fix repository URL in Cargo.toml
This commit is contained in:
Plecra 2021-02-24 21:29:44 +00:00 committed by GitHub
commit 5290d687b2
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ name = "zip"
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>"]
license = "MIT"
repository = "https://github.com/zip/zip-rs.git"
repository = "https://github.com/zip-rs/zip.git"
keywords = ["zip", "archive"]
description = """
Library to support the reading and writing of zip files.