moor: add getchoo to maintainers

This commit is contained in:
Seth Flynn
2025-10-20 10:02:32 -04:00
parent 266fdd33fc
commit ccb8f2abcc
+4 -1
View File
@@ -48,6 +48,9 @@ buildGoModule (finalAttrs: {
changelog = "https://github.com/walles/moor/releases/tag/v${finalAttrs.version}";
license = lib.licenses.bsd2WithViews;
mainProgram = "moor";
maintainers = with lib.maintainers; [ foo-dogsquared ];
maintainers = with lib.maintainers; [
foo-dogsquared
getchoo
];
};
})