qhull: specify spdx license
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.qhull.org/;
|
||||
description = "Compute the convex hull, Delaunay triangulation, Voronoi diagram and more";
|
||||
license = licenses.free;
|
||||
license = licenses.qhull;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ orivej ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user