mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
qhull: specify spdx license
This commit is contained in:
parent
96bd4d218d
commit
698b06dfe4
@ -613,6 +613,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
|
||||
url = https://enterprise.dejacode.com/licenses/public/purdue-bsd;
|
||||
};
|
||||
|
||||
qhull = spdx {
|
||||
spdxId = "Qhull";
|
||||
fullName = "Qhull License";
|
||||
};
|
||||
|
||||
qpl = spdx {
|
||||
spdxId = "QPL-1.0";
|
||||
fullName = "Q Public License 1.0";
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user