Typo in pcl meta
This commit is contained in:
parent
c3767704f4
commit
5e4a456e6f
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homeapge = http://pointclouds.org/;
|
homepage = http://pointclouds.org/;
|
||||||
description = "Open project for 2D/3D image and point cloud processing";
|
description = "Open project for 2D/3D image and point cloud processing";
|
||||||
license = "BSD";
|
license = "BSD";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
|
|
Loading…
Reference in New Issue