fosrl-pangolin: add water-sucks to maintainers

This commit is contained in:
Varun Narravula 2025-12-23 13:19:58 -08:00
commit 93a73d3f4d
No known key found for this signature in database
GPG key ID: A1F17E43F6747FC0
3 changed files with 3 additions and 0 deletions

View file

@ -555,5 +555,6 @@ in
meta.maintainers = with lib.maintainers; [
jackr
sigmasquadron
water-sucks
];
}

View file

@ -16,6 +16,7 @@ in
meta.maintainers = with lib.maintainers; [
jackr
sigmasquadron
water-sucks
];
# The full test is not yet implemented, but once upstream supports a way to

View file

@ -168,6 +168,7 @@ buildNpmPackage (finalAttrs: {
maintainers = with lib.maintainers; [
jackr
sigmasquadron
water-sucks
];
platforms = lib.platforms.linux;
mainProgram = "pangolin";