mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
rmapi: add wamserma to maintainers
(cherry picked from commit fb67013870)
This commit is contained in:
committed by
Markus S. Wamser
parent
0107eba9c6
commit
4743955714
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user