summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-05-10 12:04:39 +0200
committerLluís Batlle i Rossell <viric@viric.name>2013-05-10 12:04:59 +0200
commit5e4a456e6f004251b19f0dfca302f5030ea82394 (patch)
tree408876dd4a545b57370a23121703f3155ef110ab /pkgs
parentc3767704f4c43b7d09697bdb8c1612547e395e29 (diff)
downloadnixlib-5e4a456e6f004251b19f0dfca302f5030ea82394.tar
nixlib-5e4a456e6f004251b19f0dfca302f5030ea82394.tar.gz
nixlib-5e4a456e6f004251b19f0dfca302f5030ea82394.tar.bz2
nixlib-5e4a456e6f004251b19f0dfca302f5030ea82394.tar.lz
nixlib-5e4a456e6f004251b19f0dfca302f5030ea82394.tar.xz
nixlib-5e4a456e6f004251b19f0dfca302f5030ea82394.tar.zst
nixlib-5e4a456e6f004251b19f0dfca302f5030ea82394.zip
Typo in pcl meta
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/pcl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/pcl/default.nix b/pkgs/development/libraries/pcl/default.nix
index 183170bd85aa..1a3484c2ee5e 100644
--- a/pkgs/development/libraries/pcl/default.nix
+++ b/pkgs/development/libraries/pcl/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
   enableParallelBuilding = true;
 
   meta = {
-    homeapge = http://pointclouds.org/;
+    homepage = http://pointclouds.org/;
     description = "Open project for 2D/3D image and point cloud processing";
     license = "BSD";
     maintainers = with stdenv.lib.maintainers; [viric];