glsurf: add license

This commit is contained in:
Markus Kowalewski
2018-08-20 20:16:00 +02:00
parent 859ea1da4e
commit a1129ef9cb

View File

@@ -26,5 +26,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.lama.univ-savoie.fr/~raffalli/glsurf;
description = "A program to draw implicit surfaces and curves";
license = stdenv.lib.licenses.lgpl21;
};
}