From df27c5072ccf787d12df15c2639e60b07e821722 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Oct 2024 17:55:39 +0200 Subject: docs(Cargo.toml): Fix typos --- Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0478c98..dfe0587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,15 +9,11 @@ [package] name = "quotify" -description = "A simple cli utility to shell quote the text inputed into it" +description = "A simple CLI utility to shell quote the text inputted into it" version = "1.0.0" edition = "2021" -license = "%INIT_SPDX_LICENSE_IDENTIFER" -homepage = "%INIT_APPLICATION_HOMEPAGE" +license = "AGPL-3.0-or-later" repository = "https://git.vhack.eu/soispha/tools/quotify" -# TODO -# categories = [""] -# keywords = ["", ""] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit 1.4.1