From 7663ec0316c813cf79ca5a69fc695e7a39f6c30e Mon Sep 17 00:00:00 2001 From: sodiboo Date: Sun, 23 Jun 2024 02:30:13 +0200 Subject: [PATCH] wootility: set license to unfree Co-authored-by: Aleksana --- pkgs/tools/misc/wootility/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/wootility/default.nix b/pkgs/tools/misc/wootility/default.nix index 9cf6d5388803..c5477bb83844 100644 --- a/pkgs/tools/misc/wootility/default.nix +++ b/pkgs/tools/misc/wootility/default.nix @@ -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"; };