pkgs: Mark warcraftlogs as non-unfree for now

This commit is contained in:
traxys 2024-05-14 00:53:49 +02:00
parent 2178e4a1ee
commit 8210d7b79c

View file

@ -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];
};