From 7b3001f1ffe34aa32ca9e4ea90de3382a5f392bc Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 22 Jan 2024 22:33:29 +0100 Subject: [PATCH] adjust the rule --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f33327..d1c57d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.0" edition = "2018" description = "A CLI app for generating diff files" license = "MIT OR Apache-2.0" -repository = "https://github.com/notriddle/diffutils" +repository = "https://github.com/uutils/diffutils" [lib] name = "diffutils"