[Backport release-26.05] rmapi: add wamserma to maintainers (#538605)

This commit is contained in:
Doron Behar
2026-07-05 08:35:51 +00:00
committed by GitHub

View File

@@ -24,7 +24,10 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/ddvk/rmapi";
changelog = "https://github.com/ddvk/rmapi/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.nickhu ];
maintainers = with lib.maintainers; [
nickhu
wamserma
];
mainProgram = "rmapi";
};
})