Commit 6506f078 authored by Doron Behar's avatar Doron Behar
Browse files

python313Packages.lmfit: change maintainers

parent 2bc23a42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}