gnu: liburcu: Fix license

* gnu/packages/datastructures.scm (liburcu): Fix license.
  [license]: Set to lgpl2.1 and expat.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Olivier Dion 2022-05-18 13:12:42 -04:00 committed by Ludovic Courtès
parent 09d0d0f6a5
commit 59e8037312
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ synchronisation library. It provides read-side access that scales linearly
with the number of cores. liburcu-cds provides efficient data structures
based on RCU and lock-free algorithms. These structures include hash tables,
queues, stacks, and doubly-linked lists.")
(license license:lgpl2.1+)))
(license (list license:lgpl2.1 license:expat))))
(define-public uthash
(package