Commit 93423bdc authored by emaryn's avatar emaryn
Browse files

python312Packages.hatch-babel: change maintainer

parent 6db5178b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/NiklasRosenstein/hatch-babel";
    changelog = "https://github.com/NiklasRosenstein/hatch-babel/blob/${src.tag}/.changelog/${src.tag}.toml";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ dotlambda ];
    maintainers = with lib.maintainers; [ emaryn ];
  };
}