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

authored by

Donovan Glover and committed by
GitHub
06e543f1 cafa3803

+6 -1
+5
maintainers/maintainer-list.nix
··· 6959 github = "EmanuelM153"; 6960 githubId = 134736553; 6961 }; 6962 emattiza = { 6963 email = "nix@mattiza.dev"; 6964 github = "emattiza";
··· 6959 github = "EmanuelM153"; 6960 githubId = 134736553; 6961 }; 6962 + emaryn = { 6963 + name = "emaryn"; 6964 + github = "emaryn"; 6965 + githubId = 197520219; 6966 + }; 6967 emattiza = { 6968 email = "nix@mattiza.dev"; 6969 github = "emattiza";
+1 -1
pkgs/development/python-modules/hatch-babel/default.nix
··· 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 ]; 37 }; 38 }
··· 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; [ emaryn ]; 37 }; 38 }