treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Computational Geometry Algorithms Library";
|
||||
homepage = http://cgal.org;
|
||||
homepage = "http://cgal.org";
|
||||
license = with licenses; [ gpl3Plus lgpl3Plus];
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.raskin ];
|
||||
|
||||
Reference in New Issue
Block a user