treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Constructive Solid Geometry library";
|
||||
homepage = http://www.opencsg.org/;
|
||||
homepage = "http://www.opencsg.org/";
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.raskin ];
|
||||
license = licenses.gpl2;
|
||||
|
||||
Reference in New Issue
Block a user