mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
sfcgal: fix the license mistake, it is lgpl2Plus
This commit is contained in:
parent
f7c39aabe8
commit
6c95a254e5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
description = "C++ wrapper library around CGAL with the aim of supporting ISO 191007:2013 and OGC Simple Features for 3D operations";
|
description = "C++ wrapper library around CGAL with the aim of supporting ISO 191007:2013 and OGC Simple Features for 3D operations";
|
||||||
homepage = "https://sfcgal.gitlab.io/SFCGAL/";
|
homepage = "https://sfcgal.gitlab.io/SFCGAL/";
|
||||||
changelog = "https://gitlab.com/sfcgal/SFCGAL/-/releases/v${finalAttrs.version}";
|
changelog = "https://gitlab.com/sfcgal/SFCGAL/-/releases/v${finalAttrs.version}";
|
||||||
license = lib.licenses.lgpl2;
|
license = lib.licenses.lgpl2Plus;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ fqidz ];
|
maintainers = with lib.maintainers; [ fqidz ];
|
||||||
teams = [ lib.teams.geospatial ];
|
teams = [ lib.teams.geospatial ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue