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