mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
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:
parent
09d0d0f6a5
commit
59e8037312
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ (define-public liburcu
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue