From bce43075eb7f6763ecb1868b684b7bb5c1380c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 4 Sep 2025 16:05:27 +0200 Subject: [PATCH] =?UTF-8?q?gnu:=20guile-gcrypt:=20Update=20=E2=80=98licens?= =?UTF-8?q?e=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a followup to 68a5cdc117b9b711747f77d322a6c634d78de359. * gnu/packages/gnupg.scm (guile-gcrypt)[license]: Change to ‘lgpl3+’. Change-Id: I9372ca63dc77254d145d94fa6a8b99ecb04f8f24 --- gnu/packages/gnupg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 8da7f09e08533538710ac6193fa05d2fbe8b98d4..f84cd560a86ef23c9568226e521829359e320f99 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -562,7 +562,7 @@ GNU Libgcrypt crytographic library. It provides modules for cryptographic hash functions, message authentication codes (MAC), public-key cryptography, strong randomness, and more. It is implemented using the foreign function interface (FFI) of Guile.") - (license license:gpl3+))) + (license license:lgpl3+))) (define-public guile2.2-gcrypt (package