From 103637ed4655afb4a64dd72fc13b5eeb4d95a711 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Sat, 21 Oct 2023 12:02:23 +0200 Subject: [PATCH] Specified fork --- Cargo.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ffc4e1d..807afad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,11 @@ [package] -name = "ircparser" -description = "An IRC (RFC1459) parser and formatter, built in Rust." +name = "ircparser-vanten" +description = "An IRC (RFC1459) parser and formatter, built in Rust. (fork by vanten-s)" version = "0.2.1" edition = "2021" -authors = ["Ethan Henderson"] readme = "README.md" license = "BSD-3-Clause" -homepage = "https://github.com/parafoxia/ircparser" -repository = "https://github.com/parafoxia/ircparser" -documentation = "https://docs.rs/ircparser" +repository = "https://forgejo.vanten-s.com/vanten-s/ircparser" keywords = ["irc", "rfc", "rfc1459", "parse"] categories = ["parser-implementations"]