mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
sauerbraten: set license to unfreeRedistributable
This commit is contained in:
@@ -92,7 +92,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# raskin: tested amd64-linux;
|
||||
# not setting platforms because it is 0.5+ GiB of game data
|
||||
[ ];
|
||||
license = "freeware"; # as an aggregate - data files have different licenses code is under zlib license
|
||||
license = lib.licenses.unfreeRedistributable; # as an aggregate - data files have different licenses code is under zlib license
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user