maa-cli: license agpl3Plus -> agpl3Only

upstream change: https://github.com/MaaAssistantArknights/maa-cli/pull/234
This commit is contained in:
北雁 Cryolitia 2024-04-03 03:24:58 +08:00
parent ac9983e776
commit 4d7913a922
No known key found for this signature in database
GPG Key ID: 3E5D1772FC8A8EDD

View File

@ -64,7 +64,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A simple CLI for MAA by Rust";
homepage = "https://github.com/MaaAssistantArknights/maa-cli";
license = licenses.agpl3Plus;
license = licenses.agpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ Cryolitia ];
mainProgram = "maa";