duckmarines: correct license

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-12-25 12:13:09 +01:00
parent b6c33091d8
commit f3bd9335dd
+14 -1
View File
@@ -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";
};