From a67a0a541d3e14b497ef6de74a646951cdfdfd0b Mon Sep 17 00:00:00 2001 From: Michal S Date: Sun, 4 Sep 2022 17:09:00 +0100 Subject: [PATCH] Fix up formatting in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dc4a413..a5bd1f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "Amethyst" version = "4.0.0" -authors = ["michal ", "axtlos ", "trivernis "] +authors = ["Michal S. ", "axtlos ", "trivernis "] edition = "2021" description = "A fast and efficient AUR helper" -license-file = "LICENSE.md" default-run = "ame" +license-file = "LICENSE" keywords = ["aur", "crystal-linux", "pacman", "aur-helper"] categories = ["command-line-utilities"]