jetbrains.mps: fix license
Jetbrains MPS is licensed under the Apache 2.0 license and all third-party libraries use proper open source licenses as well, so I see no reason why MPS would be marked as unfree.
This commit is contained in:
parent
993bbf7581
commit
8982abf3d5
|
@ -336,7 +336,7 @@ in
|
||||||
name = "mps-${version}";
|
name = "mps-${version}";
|
||||||
version = "2020.3"; /* updated by script */
|
version = "2020.3"; /* updated by script */
|
||||||
description = "Create your own domain-specific language";
|
description = "Create your own domain-specific language";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.asl20;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.jetbrains.com/mps/2020.3/MPS-${version}.tar.gz";
|
url = "https://download.jetbrains.com/mps/2020.3/MPS-${version}.tar.gz";
|
||||||
sha256 = "0dr1z2sxarz1xif4swxx28hpzsyjd86m0c3xdaw5lmpqwqlzvc5h"; /* updated by script */
|
sha256 = "0dr1z2sxarz1xif4swxx28hpzsyjd86m0c3xdaw5lmpqwqlzvc5h"; /* updated by script */
|
||||||
|
|
Loading…
Reference in New Issue