From 9db376dde8a77db1b50b58fd10eae04a3c2c227b Mon Sep 17 00:00:00 2001 From: Casper Rogild Storm Date: Thu, 13 Feb 2025 22:57:08 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 770038123..dfeae6070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "halloy" version = "0.1.0" authors = ["Casper Rogild Storm", "Cory Forsstrom"] -description = "Halloy is an open-source IRC client written in Rust, with the Iced GUI library. It aims to provide a simple and fast client for Mac, Windows, and Linux platforms." +description = "Halloy IRC Client" documentation = "https://halloy.squidowl.org/" license = "GPL-3.0-or-later" edition = "2021"