treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -48,7 +48,7 @@ in stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.pcre.org/;
|
||||
homepage = "http://www.pcre.org/";
|
||||
description = "A library for Perl Compatible Regular Expressions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user