python312Packages.hatch-babel: change maintainer (#388047)
This commit is contained in:
@@ -6959,6 +6959,11 @@
|
||||
github = "EmanuelM153";
|
||||
githubId = 134736553;
|
||||
};
|
||||
emaryn = {
|
||||
name = "emaryn";
|
||||
github = "emaryn";
|
||||
githubId = 197520219;
|
||||
};
|
||||
emattiza = {
|
||||
email = "nix@mattiza.dev";
|
||||
github = "emattiza";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user