From 2961cbdd06a5776a897cf4f504e9f2f09b75f91e Mon Sep 17 00:00:00 2001 From: Artem Leshchev Date: Mon, 23 Mar 2026 13:55:23 -0500 Subject: [PATCH] python3Packages.zstandard: fix license --- pkgs/development/python-modules/zstandard/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/zstandard/default.nix b/pkgs/development/python-modules/zstandard/default.nix index c3053e6c0117..c08050b7fb77 100644 --- a/pkgs/development/python-modules/zstandard/default.nix +++ b/pkgs/development/python-modules/zstandard/default.nix @@ -49,7 +49,7 @@ buildPythonPackage rec { meta = { description = "Zstandard bindings for Python"; homepage = "https://github.com/indygreg/python-zstandard"; - license = lib.licenses.bsdOriginal; + license = lib.licenses.bsd3; maintainers = [ ]; }; }