We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cafa380 + 93423bd commit 06e543fCopy full SHA for 06e543f
maintainers/maintainer-list.nix
@@ -6959,6 +6959,11 @@
6959
github = "EmanuelM153";
6960
githubId = 134736553;
6961
};
6962
+ emaryn = {
6963
+ name = "emaryn";
6964
+ github = "emaryn";
6965
+ githubId = 197520219;
6966
+ };
6967
emattiza = {
6968
email = "[email protected]";
6969
github = "emattiza";
pkgs/development/python-modules/hatch-babel/default.nix
@@ -33,6 +33,6 @@ buildPythonPackage rec {
33
homepage = "https://github.com/NiklasRosenstein/hatch-babel";
34
changelog = "https://github.com/NiklasRosenstein/hatch-babel/blob/${src.tag}/.changelog/${src.tag}.toml";
35
license = lib.licenses.mit;
36
- maintainers = with lib.maintainers; [ dotlambda ];
+ maintainers = with lib.maintainers; [ emaryn ];
37
38
}
0 commit comments