antsimulator: change license to mit

found at https://github.com/johnBuffer/AntSimulator/blob/master/LICENSE

jopejoe1 8a060c14 0eef23bd

+1 -1
+1 -1
pkgs/games/antsimulator/default.nix
··· 34 34 homepage = "https://github.com/johnBuffer/AntSimulator"; 35 35 description = "Simple Ants simulator"; 36 36 mainProgram = "antsimulator"; 37 - license = licenses.free; 37 + license = licenses.mit; 38 38 maintainers = with maintainers; [ ivar ]; 39 39 platforms = platforms.unix; 40 40 };