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