python3Packages.warp-lang: correct licenses for libmathdx (#419722)

authored by Martin Weinelt and committed by GitHub 657b33de 1b17564f

+6 -1
+6 -1
pkgs/development/python-modules/warp-lang/default.nix
··· 97 97 # Some of the libmathdx routines were written by or derived 98 98 # from code written by Meta Platforms, Inc. and affiliates and 99 99 # are subject to the BSD License. 100 - bsd 100 + bsd3 101 + 102 + # Some of the libmathdx routines were written by or derived from 103 + # code written by Victor Zverovich and are subject to the following 104 + # license: 105 + mit 101 106 ]; 102 107 platforms = with lib.platforms; linux ++ [ "x86_64-windows" ]; 103 108 maintainers = with lib.maintainers; [ yzx9 ];