openbao: add emilylange as maintainer
This commit is contained in:
@@ -77,6 +77,9 @@ buildGoModule (finalAttrs: {
|
||||
changelog = "https://github.com/openbao/openbao/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
mainProgram = "bao";
|
||||
maintainers = with lib.maintainers; [ brianmay ];
|
||||
maintainers = with lib.maintainers; [
|
||||
brianmay
|
||||
emilylange
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user