treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
createFindlibDestdir = true;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/mirage/ocaml-magic-mime;
|
||||
homepage = "https://github.com/mirage/ocaml-magic-mime";
|
||||
description = "Convert file extensions to MIME types";
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
license = stdenv.lib.licenses.isc;
|
||||
|
||||
Reference in New Issue
Block a user