mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: reducelcs: Fix license.
* gnu/packages/maths.scm (reducelcs)[license]: Change to GPL3+. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
This commit is contained in:
parent
a3df7e9f86
commit
c000b6b10f
1 changed files with 1 additions and 2 deletions
|
@ -2939,5 +2939,4 @@ (define-public reducelcs
|
|||
algorithm for LCS. It is a fast program to compute the approximate
|
||||
Longest Commons Subsequence of a set of strings.")
|
||||
(home-page "https://github.com/gdv/Reduce-Expand-for-LCS")
|
||||
;; The source specifies no "and later" of GPL3.
|
||||
(license license:gpl3))))
|
||||
(license license:gpl3+))))
|
||||
|
|
Loading…
Reference in a new issue