treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -73,7 +73,7 @@ stdenv.mkDerivation (args // {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://caml.inria.fr/ocaml;
|
||||
homepage = "http://caml.inria.fr/ocaml";
|
||||
branch = versionNoPatch;
|
||||
license = with licenses; [
|
||||
qpl /* compiler */
|
||||
|
||||
Reference in New Issue
Block a user