Fix license reference for added libpoly library.

This commit is contained in:
Kevin Quick 2017-07-07 12:54:32 -07:00
parent 6387a7ec8b
commit 6cbd9ce8f9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
}