python3Packages.liblzfse: orphan

This commit is contained in:
Cole Helbling
2023-03-22 07:20:53 -07:00
parent d9080e4b47
commit d061f2b407
@@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Python bindings for LZFSE";
homepage = "https://github.com/ydkhatri/pyliblzfse";
license = licenses.mit;
maintainers = teams.determinatesystems.members;
maintainers = [ ];
};
}