python312Packages.deepdiff: adopt by doronbehar

This commit is contained in:
Doron Behar
2024-10-23 09:01:56 +03:00
parent f5b67283e7
commit c5e848affd
@@ -72,6 +72,9 @@ buildPythonPackage rec {
homepage = "https://github.com/seperman/deepdiff";
changelog = "https://github.com/seperman/deepdiff/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ mic92 ];
maintainers = with maintainers; [
mic92
doronbehar
];
};
}