python312Packages.hatch-babel: change maintainer (#388047)

This commit is contained in:
Donovan Glover
2025-03-11 23:35:58 +00:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -6959,6 +6959,11 @@
github = "EmanuelM153";
githubId = 134736553;
};
emaryn = {
name = "emaryn";
github = "emaryn";
githubId = 197520219;
};
emattiza = {
email = "nix@mattiza.dev";
github = "emattiza";

View File

@@ -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 ];
};
}