neverball: add missing licenses

This commit is contained in:
jopejoe1
2025-09-28 18:47:22 +02:00
parent beddbd32a0
commit 06d12599ed
+6 -1
View File
@@ -67,7 +67,12 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://neverball.org/";
description = "Tilt the floor to roll a ball";
license = "GPL";
license = with lib.licenses; [
gpl2Plus
ijg
mit
gpl3Only
];
maintainers = [ ];
platforms = with lib.platforms; linux;
};