python313Packages.lmfit: change maintainers

Per https://github.com/NixOS/nixpkgs/pull/426868#discussion_r2232923302
This commit is contained in:
Doron Behar
2025-07-26 22:24:51 +03:00
parent 2bc23a4281
commit 6506f07897
@@ -63,6 +63,6 @@ buildPythonPackage rec {
homepage = "https://lmfit.github.io/lmfit-py/";
changelog = "https://github.com/lmfit/lmfit-py/releases/tag/${version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ nomeata ];
maintainers = with lib.maintainers; [ doronbehar ];
};
}