treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.qhull.org/;
|
||||
homepage = "http://www.qhull.org/";
|
||||
description = "Compute the convex hull, Delaunay triangulation, Voronoi diagram and more";
|
||||
license = licenses.qhull;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user