antsimulator: change license to mit
found at https://github.com/johnBuffer/AntSimulator/blob/master/LICENSE
This commit is contained in:
parent
0eef23bd9b
commit
8a060c14d3
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user