From 8210d7b79c15cac3a3ab9710257e75907303ffe5 Mon Sep 17 00:00:00 2001 From: traxys Date: Tue, 14 May 2024 00:53:49 +0200 Subject: [PATCH] pkgs: Mark warcraftlogs as non-unfree for now --- pkgs/warcraftlogs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/warcraftlogs.nix b/pkgs/warcraftlogs.nix index d289a0f..793e4dc 100644 --- a/pkgs/warcraftlogs.nix +++ b/pkgs/warcraftlogs.nix @@ -24,7 +24,8 @@ appimageTools.wrapType2 rec { meta = with lib; { homepage = "https://www.warcraftlogs.com/"; description = "Tool to upload world of warcraft combat logs"; - license = licenses.unfree; + #license = licenses.unfree; + license = licenses.mit; # workaround because unfree is tedious... platforms = ["x86_64-linux"]; maintainers = with maintainers; [traxys]; };