From 75b54f7f7ee9e4367130d06906df412c01fece59 Mon Sep 17 00:00:00 2001 From: Flan's server Date: Tue, 4 Aug 2020 01:28:22 +0000 Subject: [PATCH] fix license --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8aaa3fb..e7eec3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,12 @@ name = "lolistealer" version = "1.3.1" authors = ["Avril "] edition = "2018" -license = "gpl-3.0-or-later" +license = "GPL-3.0-or-later" + +[package.metadata.ebuild] +iuse = "threads" +license = "GPL-3+" +homepage = "https://flanchan.moe" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html