treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "C++ URI library";
|
||||
homepage = https://cpp-netlib.org;
|
||||
homepage = "https://cpp-netlib.org";
|
||||
license = stdenv.lib.licenses.boost;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user