diff --git a/Cargo.toml b/Cargo.toml index 0b6f60c..a8d4522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Ron Lobo "] edition = "2018" description = "On the fly value objects in Rust." readme = "./README.md" -repository = "https://www.github.com/ronlobo/constrained_type" +repository = "https://github.com/ronlobo/constrained_type" license = "MIT/Apache-2.0" [dependencies] num-traits = "0.2.14" thiserror = "1.0.26" -fancy-regex = "0.7.1" \ No newline at end of file +fancy-regex = "0.7.1"