sequoia-sqv: small 'with lib;' removal

This commit is contained in:
Doron Behar
2024-07-30 18:07:39 +03:00
parent 822739021d
commit 39ecfa6273
+3 -3
View File
@@ -50,11 +50,11 @@ rustPlatform.buildRustPackage rec {
passthru.updateScript = nix-update-script { };
meta = with lib; {
meta = {
description = "Command-line OpenPGP signature verification tool";
homepage = "https://docs.sequoia-pgp.org/sqv/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ doronbehar ];
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ doronbehar ];
mainProgram = "sqv";
};
}