treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ buildOcaml rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://estring.forge.ocamlcore.org/;
|
||||
homepage = "http://estring.forge.ocamlcore.org/";
|
||||
description = "Extension for string literals";
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user