From a12fdfc7faf0bddbb9363a1ee25fd3cc722d6ce7 Mon Sep 17 00:00:00 2001 From: Kirill Leonov Date: Sun, 21 Apr 2024 19:25:08 +0300 Subject: [PATCH] license correction --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fdc4e5..019b767 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Kirill Leonov "] edition = "2021" repository = "https://github.com/leonovk/minicode" homepage = "https://github.com/leonovk/minicode" -license = "GPL-3.0 license" +license = "GPL-3.0" description = "Esoteric programming language" exclude = [ ".github",