From af91b17569bb0e45c8baf1533399e607a2ce989b Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 30 Jul 2024 18:05:33 +0300 Subject: [PATCH] sequoia-wot: small 'with lib;' removal --- pkgs/by-name/se/sequoia-wot/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/se/sequoia-wot/package.nix b/pkgs/by-name/se/sequoia-wot/package.nix index 38c90c4837fd..560b8a3de81b 100644 --- a/pkgs/by-name/se/sequoia-wot/package.nix +++ b/pkgs/by-name/se/sequoia-wot/package.nix @@ -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"; }; }