python311Packages.h5py: add doronbehar to maintainers

This commit is contained in:
Doron Behar
2024-07-16 23:13:37 +03:00
parent da048921cb
commit 1b81d87d24
@@ -92,6 +92,6 @@ buildPythonPackage rec {
description = "Pythonic interface to the HDF5 binary data format";
homepage = "http://www.h5py.org/";
license = lib.licenses.bsd3;
maintainers = [ ];
maintainers = with lib.maintainers; [ doronbehar ];
};
}