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

This commit is contained in:
Martin Weinelt 2025-06-25 02:13:42 +02:00 committed by GitHub
commit 657b33de3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,12 @@ let
# Some of the libmathdx routines were written by or derived
# from code written by Meta Platforms, Inc. and affiliates and
# are subject to the BSD License.
bsd
bsd3
# Some of the libmathdx routines were written by or derived from
# code written by Victor Zverovich and are subject to the following
# license:
mit
];
platforms = with lib.platforms; linux ++ [ "x86_64-windows" ];
maintainers = with lib.maintainers; [ yzx9 ];