diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-05 02:07:05 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-05 02:07:05 +0100 |
commit | 60e6604f555dcf3e2cae60a33d2e65d24feed4e3 (patch) | |
tree | 4c209c7aa7f6ff41e947ab28b0dc191be20d2fd3 | |
parent | f579e622bb37a7ec2eb6ac876180fffeaf2577ad (diff) |
forgot to update repository URLmain
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "uris" -version = "0.1.0" +version = "0.1.1" description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)" authors = ["Richard Walters <rwalters@digitalstirling.com>", "Martin Fischer <martin@push-f.com>"] edition = "2021" @@ -8,7 +8,7 @@ license-file = "LICENSE.txt" readme = "README.md" categories = ["parser-implementations", "web-programming"] keywords = ["uri", "parser"] -repository = "https://github.com/rhymu8354/Uri.git" +repository = "https://git.push-f.com/uris" exclude = [ "notes.md" ] |