From 80e1fb8043d349f2a122cc3e2e48291e943260e7 Mon Sep 17 00:00:00 2001 From: Leonard Hecker Date: Thu, 28 May 2026 22:37:01 +0200 Subject: [PATCH] Fix repository URLs --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5540713..019577a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "uu_grep" description = "A Rust implementation of GNU Grep" -repository = "https://github.com/microsoft/uutils-grep" +repository = "https://github.com/uutils/grep" edition = "2024" rust-version = "1.88.0" version = "0.1.0" license = "MIT" -homepage = "https://github.com/microsoft/uutils-grep" +homepage = "https://github.com/uutils/grep" keywords = ["grep", "uutils", "cross-platform", "cli", "utility"] categories = ["command-line-utilities"]