sequoia-sop: add anish as maintainer
Signed-off-by: Anish Pallati <i@anish.land>
This commit is contained in:
@@ -63,7 +63,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://gitlab.com/sequoia-pgp/sequoia-sop";
|
||||
changelog = "https://gitlab.com/sequoia-pgp/sequoia-sop/-/blob/${finalAttrs.src.tag}/NEWS";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ doronbehar ];
|
||||
maintainers = with lib.maintainers; [
|
||||
doronbehar
|
||||
anish
|
||||
];
|
||||
mainProgram = "sqop";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user