From a7c2773f502895d28ee111b246e5495734d42372 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Mon, 24 Mar 2025 10:52:58 +0900 Subject: [PATCH] sequoia-sq: update license and description https://gitlab.com/sequoia-pgp/sequoia-sq/-/commit/dcea72208a095fd7b99faf365a3e55e2b68f72cf Co-authored-by: Devan Carpenter Co-authored-by: Doron Behar --- pkgs/by-name/se/sequoia-sq/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/se/sequoia-sq/package.nix b/pkgs/by-name/se/sequoia-sq/package.nix index ea861950a2e4..3dfbd7f562ec 100644 --- a/pkgs/by-name/se/sequoia-sq/package.nix +++ b/pkgs/by-name/se/sequoia-sq/package.nix @@ -72,10 +72,10 @@ rustPlatform.buildRustPackage (finalAttrs: { passthru.updateScript = nix-update-script { }; meta = { - description = "Cool new OpenPGP implementation"; + description = "Command line application exposing a useful set of OpenPGP functionality for common tasks"; homepage = "https://sequoia-pgp.org/"; changelog = "https://gitlab.com/sequoia-pgp/sequoia-sq/-/blob/v${finalAttrs.version}/NEWS"; - license = lib.licenses.gpl2Plus; + license = lib.licenses.lgpl2Plus; maintainers = with lib.maintainers; [ minijackson doronbehar