sequoia-wot: add doronbehar to maintainers

This commit is contained in:
Doron Behar 2024-07-30 18:05:51 +03:00
parent af91b17569
commit 822739021d

View File

@ -84,7 +84,7 @@ rustPlatform.buildRustPackage rec {
description = "Rust CLI tool for authenticating bindings and exploring a web of trust";
homepage = "https://gitlab.com/sequoia-pgp/sequoia-wot";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ Cryolitia ];
maintainers = with lib.maintainers; [ doronbehar Cryolitia ];
mainProgram = "sq-wot";
};
}