cgal: fix typo in license
This commit is contained in:
parent
0a72e457cc
commit
cef420bd61
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, boost, gmp, mpfr, mesa_glu }:
|
{ stdenv, fetchFromGitHub, cmake, boost, gmp, mpfr }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "4.9";
|
version = "4.9";
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Computational Geometry Algorithms Library";
|
description = "Computational Geometry Algorithms Library";
|
||||||
homepage = http://cgal.org;
|
homepage = http://cgal.org;
|
||||||
license = with licenses; [ gpl3Plus lglp3Plus];
|
license = with licenses; [ gpl3Plus lgpl3Plus];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.raskin ];
|
maintainers = [ maintainers.raskin ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user