multimc: change license to asl20

(cherry picked from commit 9a8f5b712fa5beb86659dd1f2d0a830c16f4cfc9)
This commit is contained in:
Tristan Gosselin-Hane 2021-07-29 20:14:53 -04:00 committed by github-actions[bot]
parent ce5e240b2b
commit 27db642c65
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ in mkDerivation rec {
Allows you to have multiple, separate instances of Minecraft (each with their own mods, texture packs, saves, etc) and helps you manage them and their associated options with a simple interface.
'';
platforms = platforms.linux;
license = licenses.lgpl21Plus;
license = licenses.asl20;
maintainers = with maintainers; [ cleverca22 starcraft66 ];
};
}