python3Packages.lazy_import: drop marenz as maintainer

This commit is contained in:
natsukium
2023-05-17 00:37:30 +09:00
parent 750f3d6b94
commit 748d0ba77f
@@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "A set of functions that load modules, and related attributes, in a lazy fashion";
homepage = "https://github.com/mnmelo/lazy_import";
license = licenses.gpl3Plus;
maintainers = [ maintainers.marenz ];
maintainers = [ ];
};
}