antsimulator: change license to mit

found at https://github.com/johnBuffer/AntSimulator/blob/master/LICENSE
This commit is contained in:
jopejoe1 2024-03-14 21:08:21 +01:00
parent 0eef23bd9b
commit 8a060c14d3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/johnBuffer/AntSimulator";
description = "Simple Ants simulator";
mainProgram = "antsimulator";
license = licenses.free;
license = licenses.mit;
maintainers = with maintainers; [ ivar ];
platforms = platforms.unix;
};