From 3438b4f44c10d277355e55ab021cba0144a5f0bc Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 14 Oct 2024 10:44:34 +0300 Subject: [PATCH] python311Packages.numcodecs: adopt --- pkgs/development/python-modules/numcodecs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/numcodecs/default.nix b/pkgs/development/python-modules/numcodecs/default.nix index 253dfbeef572..5aa8130c73ea 100644 --- a/pkgs/development/python-modules/numcodecs/default.nix +++ b/pkgs/development/python-modules/numcodecs/default.nix @@ -75,6 +75,6 @@ buildPythonPackage rec { homepage = "https://github.com/zarr-developers/numcodecs"; license = lib.licenses.mit; description = "Buffer compression and transformation codecs for use in data storage and communication applications"; - maintainers = [ ]; + maintainers = with lib.maintainers; [ doronbehar ]; }; }