From 8c076d1fd4937197f3d2b0915c5e55308e6628f8 Mon Sep 17 00:00:00 2001 From: Marc de Jonge Date: Fri, 3 Jan 2025 14:56:27 +0100 Subject: [PATCH] Fix repository URL in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dafd061..62a7b88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ license = "MIT/Apache-2.0" keywords = ["nom", "parser", "parsable"] categories = ["parsing"] authors = ["Marc de Jonge "] -homepage = "https://github.com/marcdejonge/nom-parsable" -repository = "https://github.com/marcdejonge/nom-parsable.git" +homepage = "https://github.com/marcdejonge/nom-parse-trait" +repository = "https://github.com/marcdejonge/nom-parse-trait.git" readme = "README.md" edition = "2021"