wootility: set license to unfree

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
sodiboo 2024-06-23 02:30:13 +02:00
parent 0f9c4bfe94
commit 7663ec0316

View File

@ -46,7 +46,7 @@ appimageTools.wrapType2 rec {
homepage = "https://wooting.io/wootility";
description = "Customization and management software for Wooting keyboards";
platforms = [ "x86_64-linux" ];
license = "unknown";
license = licenses.unfree;
maintainers = with maintainers; [ davidtwco sodiboo ];
mainProgram = "wootility";
};