From 63ff97187b5c81d46f219163c3ebe1455c5d9e4b Mon Sep 17 00:00:00 2001 From: Connor Baker Date: Tue, 24 Jun 2025 23:52:08 +0000 Subject: [PATCH] python3Packages.warp-lang: correct licenses for libmathdx Signed-off-by: Connor Baker --- pkgs/development/python-modules/warp-lang/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/warp-lang/default.nix b/pkgs/development/python-modules/warp-lang/default.nix index 6cc8c8aaaa0c..b544581e9055 100644 --- a/pkgs/development/python-modules/warp-lang/default.nix +++ b/pkgs/development/python-modules/warp-lang/default.nix @@ -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 ];