python311Packages.numcodecs: adopt

This commit is contained in:
Doron Behar
2024-10-31 13:53:31 +02:00
parent d7fb5d0185
commit 3438b4f44c
@@ -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 ];
};
}