diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-08 13:47:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-08 21:22:39 +0200 |
commit | 2d80caa86c5450938ec859fcab593bff9e4ceef4 (patch) | |
tree | 4add4796de267558e4b021c1a1c2f22a87e3102d | |
parent | dd98135a5619808992fa90968caeb5d9d18cfe73 (diff) | |
download | guix-2d80caa86c5450938ec859fcab593bff9e4ceef4.tar.gz guix-2d80caa86c5450938ec859fcab593bff9e4ceef4.zip |
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>.
-rw-r--r-- | gnu/packages/algebra.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 35f694142e..2fca9ec86c 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -440,6 +440,8 @@ or text interfaces) or as a C++ library.") (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 |