Skip to content

Commit 9f63f35

Browse files
committed
chore: correct license
1 parent 5fb6ead commit 9f63f35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/ext/sfcgal/sfcgal.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
2424
meta = with lib; {
2525
description = "A wrapper around CGAL that intents to implement 2D and 3D operations on OGC standards models";
2626
homepage = "https://sfcgal.gitlab.io/SFCGAL/";
27-
license = licenses.gpl2Only;
27+
license = with licenses; [ gpl3Plus lgpl3Plus];
28+
platforms = platforms.all;
2829
maintainers = with maintainers; [ samrose ];
2930
};
3031
}

0 commit comments

Comments
 (0)