mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-02 08:54:54 +02:00
pkgs: Mark warcraftlogs as non-unfree for now
This commit is contained in:
parent
2178e4a1ee
commit
8210d7b79c
1 changed files with 2 additions and 1 deletions
|
|
@ -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];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue