Merge pull request #301029 from Cryolitia/maa-cli

maa-cli: license agpl3Plus -> agpl3Only
This commit is contained in:
Aleksana
2024-04-03 03:29:34 +08:00
committed by GitHub
+1 -1
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";