treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "PDAL is Point Data Abstraction Library. GDAL for point cloud data.";
|
||||
description = "PDAL is Point Data Abstraction Library. GDAL for point cloud data";
|
||||
homepage = "https://pdal.io";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ nh2 ];
|
||||
|
||||
Reference in New Issue
Block a user