treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -112,7 +112,7 @@ stdenv.mkDerivation {
|
||||
else ./darwin-no-system-python.patch);
|
||||
|
||||
meta = {
|
||||
homepage = http://boost.org/;
|
||||
homepage = "http://boost.org/";
|
||||
description = "Collection of C++ libraries";
|
||||
license = licenses.boost;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
|
||||
Reference in New Issue
Block a user