treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.isc;
|
||||
homepage = https://erratique.ch/software/rresult;
|
||||
homepage = "https://erratique.ch/software/rresult";
|
||||
description = "Result value combinators for OCaml";
|
||||
maintainers = [ stdenv.lib.maintainers.vbgl ];
|
||||
inherit (ocaml.meta) platforms;
|
||||
|
||||
Reference in New Issue
Block a user