treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ buildDunePackage rec {
|
||||
buildInputs = [ cmdliner ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://typerex.ocamlpro.com/ocp-indent.html;
|
||||
homepage = "http://typerex.ocamlpro.com/ocp-indent.html";
|
||||
description = "A customizable tool to indent OCaml code";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.jirkamarsik ];
|
||||
|
||||
Reference in New Issue
Block a user