glsurf: add license

This commit is contained in:
Markus Kowalewski 2018-08-20 20:16:00 +02:00
parent 859ea1da4e
commit a1129ef9cb
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

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