glsurf: fix license
The README says GPL 2 or any later version, not LGPL.
This commit is contained in:
parent
70e33e3ae3
commit
e459db3f81
@ -26,6 +26,6 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "https://raffalli.eu/~christophe/glsurf/";
|
homepage = "https://raffalli.eu/~christophe/glsurf/";
|
||||||
description = "A program to draw implicit surfaces and curves";
|
description = "A program to draw implicit surfaces and curves";
|
||||||
license = lib.licenses.lgpl21;
|
license = lib.licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user