duckmarines: correct license
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -76,7 +76,20 @@ stdenv.mkDerivation rec {
|
||||
description = "Duck-themed action puzzle video game";
|
||||
platforms = lib.platforms.linux;
|
||||
hydraPlatforms = [ ];
|
||||
license = lib.licenses.free;
|
||||
license = with lib.licenses; [
|
||||
# code
|
||||
zlib
|
||||
|
||||
# assets
|
||||
cc-by-sa-40
|
||||
cc-by-nc-nd-40
|
||||
|
||||
# slam
|
||||
mit
|
||||
|
||||
# tserial
|
||||
unfree
|
||||
];
|
||||
downloadPage = "http://tangramgames.dk/games/duckmarines";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user