treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Optimised functions to read and write int16/32/64";
|
||||
homepage = https://github.com/OCamlPro/ocplib-endian;
|
||||
homepage = "https://github.com/OCamlPro/ocplib-endian";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = with stdenv.lib.maintainers; [ vbgl ];
|
||||
|
||||
Reference in New Issue
Block a user