mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-09 16:19:45 +00:00
Make the license of the metas of the packages free
This commit is contained in:
parent
b5d292356c
commit
7ec25839d9
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue