summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-09-04 16:05:27 +0200
committerLudovic Courtès <ludo@gnu.org>2025-09-04 17:41:52 +0200
commitbce43075eb7f6763ecb1868b684b7bb5c1380c1f (patch)
tree59b82f1737c09e4a7ecff7dc7ef913be6344f9f8 /gnu
parent6bffc03be9dcf4711b5d1e9c95aba340403b35df (diff)
gnu: guile-gcrypt: Update ‘license’.
This is a followup to 68a5cdc117b9b711747f77d322a6c634d78de359. * gnu/packages/gnupg.scm (guile-gcrypt)[license]: Change to ‘lgpl3+’. Change-Id: I9372ca63dc77254d145d94fa6a8b99ecb04f8f24
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnupg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 8da7f09e085..f84cd560a86 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