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 @@ (define-public giac
|
|||
(define-public flint
|
||||
(package
|
||||
(name "flint")
|
||||
;; When updating this package, change its licence to lgpl2.1+.
|
||||
;; https://github.com/wbhart/flint2/issues/812
|
||||
(version "2.6.2")
|
||||
(source
|
||||
(origin
|
||||
|
|
Loading…
Reference in a new issue