glsurf: fix license

The README says GPL 2 or any later version, not LGPL.
This commit is contained in:
Alyssa Ross 2021-02-12 23:04:18 +00:00
parent 70e33e3ae3
commit e459db3f81

View file

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