treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://ocamlgraph.lri.fr/;
|
||||
homepage = "http://ocamlgraph.lri.fr/";
|
||||
description = "Graph library for Objective Caml";
|
||||
license = stdenv.lib.licenses.gpl2Oss;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
|
||||
Reference in New Issue
Block a user