From d0dc9ebf1af4b65ed6666194949e7d41dc8c3524 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 30 Jun 2024 10:17:35 +0200 Subject: [PATCH] Fix a small typo in coreutils_core/Cargo.toml --- coreutils_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreutils_core/Cargo.toml b/coreutils_core/Cargo.toml index 5ee07316..c5effb18 100644 --- a/coreutils_core/Cargo.toml +++ b/coreutils_core/Cargo.toml @@ -8,7 +8,7 @@ authors = [ description = "A crate with abstractions to implement UNIX core utilities" readme = "README.md" license = "MPL-2.0-no-copyleft-exception" -repository = "https://github.com/GrayJack/coreutils/tree/devcoreutils_core" +repository = "https://github.com/GrayJack/coreutils/tree/dev/coreutils_core" documentation = "https://docs.rs/coreutils_core" homepage = "https://crates.io/crates/coreutils_core" keywords = ["unix", "coreutils"]