Skip to content

Commit 06e543f

Browse files
python312Packages.hatch-babel: change maintainer (#388047)
2 parents cafa380 + 93423bd commit 06e543f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

maintainers/maintainer-list.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6959,6 +6959,11 @@
69596959
github = "EmanuelM153";
69606960
githubId = 134736553;
69616961
};
6962+
emaryn = {
6963+
name = "emaryn";
6964+
github = "emaryn";
6965+
githubId = 197520219;
6966+
};
69626967
emattiza = {
69636968
email = "[email protected]";
69646969
github = "emattiza";

pkgs/development/python-modules/hatch-babel/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ buildPythonPackage rec {
3333
homepage = "https://github.com/NiklasRosenstein/hatch-babel";
3434
changelog = "https://github.com/NiklasRosenstein/hatch-babel/blob/${src.tag}/.changelog/${src.tag}.toml";
3535
license = lib.licenses.mit;
36-
maintainers = with lib.maintainers; [ dotlambda ];
36+
maintainers = with lib.maintainers; [ emaryn ];
3737
};
3838
}

0 commit comments

Comments
 (0)