lbreakout2: init at 2.6.5

This commit is contained in:
Simon Lackerbauer 2017-06-09 19:23:40 +02:00
parent 762aa2b819
commit 7d87d234d3

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Breakout clone from the LGames series";
homepage = http://lgames.sourceforge.net/LBreakout2/;
license = licenses.gpl;
license = licenses.gpl2;
maintainers = [ maintainers.ciil ];
platforms = platforms.linux;
};