gnu: flint: Add a comment about the licence.
* gnu/packages/algebra.scm (flint): Note the upstream licence change/fix. Reported by Max Horn <max@quendi.de>.
This commit is contained in:
parent
dd98135a56
commit
2d80caa86c
1 changed files with 2 additions and 0 deletions
|
@ -440,6 +440,8 @@ or text interfaces) or as a C++ library.")
|
||||||
(define-public flint
|
(define-public flint
|
||||||
(package
|
(package
|
||||||
(name "flint")
|
(name "flint")
|
||||||
|
;; When updating this package, change its licence to lgpl2.1+.
|
||||||
|
;; https://github.com/wbhart/flint2/issues/812
|
||||||
(version "2.6.2")
|
(version "2.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
Reference in a new issue