aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2019-09-22 20:21:27 +0000
committerOrivej Desh <orivej@gmx.fr>2019-09-22 20:22:23 +0000
commit698b06dfe4ae4cd2ade23ca5a07cb7bdf2398067 (patch)
treed511a3f7e1b03b51f28b4a4474b60b37e23a14ef /pkgs
parent96bd4d218dd64a7568723c4c31efc6f7f081509a (diff)
qhull: specify spdx license
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/qhull/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qhull/default.nix b/pkgs/development/libraries/qhull/default.nix
index 92f927ee398..323171212be 100644
--- a/pkgs/development/libraries/qhull/default.nix
+++ b/pkgs/development/libraries/qhull/default.nix
@@ -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 ];
};