maa-cli: license agpl3Plus -> agpl3Only
upstream change: https://github.com/MaaAssistantArknights/maa-cli/pull/234
This commit is contained in:
parent
ac9983e776
commit
4d7913a922
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue