treewide: per RFC45, remove more unquoted URLs

This commit is contained in:
Pavol Rusnak
2020-05-08 15:20:47 +02:00
parent c15434eefa
commit 6abf4a43ad
12 changed files with 106 additions and 106 deletions

View File

@@ -16,7 +16,7 @@ buildDunePackage rec {
doCheck = true;
meta = with lib; {
homepage = https://github.com/c-cube/ocaml-bigstring;
homepage = "https://github.com/c-cube/ocaml-bigstring";
description = "Bigstring built on top of bigarrays, and convenient functions";
license = licenses.bsd2;
maintainers = [ maintainers.alexfmpe ];