1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

i18n.inputMethod: add awwpotato as maintainer

This commit is contained in:
awwpotato 2025-04-22 20:28:35 -07:00 committed by Austin Horstman
parent 585bae4bbb
commit 1d0e13904b

View file

@ -133,5 +133,8 @@ in
];
};
meta.maintainers = [ lib.hm.maintainers.kranzes ];
meta.maintainers = [
lib.hm.maintainers.kranzes
lib.maintainers.awwpotato
];
}