aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ba86cc5..ff17226 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
]