diff --git a/pkgs/games/neverball/default.nix b/pkgs/games/neverball/default.nix index 01cb578f7c0b..7e2df42a2931 100644 --- a/pkgs/games/neverball/default.nix +++ b/pkgs/games/neverball/default.nix @@ -33,5 +33,7 @@ stdenv.mkDerivation rec { homepage = http://neverball.org/; description = "Tilt the floor to roll a ball"; license = "GPL"; + maintainers = with stdenv.lib.maintainers; [viric]; + platforms = with stdenv.lib.platforms; linux; }; }