sequoia-wot: small 'with lib;' removal

This commit is contained in:
Doron Behar
2024-07-30 18:07:39 +03:00
parent 6921160271
commit af91b17569
+3 -3
View File
@@ -80,11 +80,11 @@ rustPlatform.buildRustPackage rec {
target/*/release/build/sequoia-wot-*/out/sq-wot-path.1
'';
meta = with lib; {
meta = {
description = "Rust CLI tool for authenticating bindings and exploring a web of trust";
homepage = "https://gitlab.com/sequoia-pgp/sequoia-wot";
license = licenses.gpl2Only;
maintainers = with maintainers; [ Cryolitia ];
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ Cryolitia ];
mainProgram = "sq-wot";
};
}