forked from mirrors/nixpkgs
multimc: change license to asl20
This commit is contained in:
parent
34645ac56e
commit
1a980484d6
|
@ -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.
|
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;
|
platforms = platforms.linux;
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ cleverca22 starcraft66 ];
|
maintainers = with maintainers; [ cleverca22 starcraft66 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue