Fix license reference for added libpoly library.
This commit is contained in:
parent
6387a7ec8b
commit
6cbd9ce8f9
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/SRI-CSL/libpoly;
|
||||
description = "C library for manipulating polynomials";
|
||||
license = licenses.gplv3;
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue