Make the license of the metas of the packages free

This commit is contained in:
Doron Behar 2022-03-07 17:03:13 +02:00
parent b5d292356c
commit 7ec25839d9

View file

@ -68,7 +68,8 @@
# Used in many packages
metaCommon = with pkgs.lib; {
homepage = "https://www.mathworks.com/";
license = licenses.unfree;
# This license is not of matlab itself, but for this repository
license = licenses.mit;
# Probably best to install this completely imperatively on a system other
# then NixOS.
platforms = platforms.linux;