about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/bigstring
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2020-05-08 15:20:47 +0200
committerPavol Rusnak <pavol@rusnak.io>2020-05-08 15:20:47 +0200
commit6abf4a43adc899c352b91c5230afce29344dbe77 (patch)
tree785d229aaa9a20121f8268edf45fc97c8b6e4515 /pkgs/development/ocaml-modules/bigstring
parentc15434eefa2dce693ce119aa08b2650345d29482 (diff)
downloadnixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar.gz
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar.bz2
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar.lz
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar.xz
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar.zst
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.zip
treewide: per RFC45, remove more unquoted URLs
Diffstat (limited to 'pkgs/development/ocaml-modules/bigstring')
-rw-r--r--pkgs/development/ocaml-modules/bigstring/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/bigstring/default.nix b/pkgs/development/ocaml-modules/bigstring/default.nix
index c74676e4a1eb..98687262c33b 100644
--- a/pkgs/development/ocaml-modules/bigstring/default.nix
+++ b/pkgs/development/ocaml-modules/bigstring/default.nix
@@ -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 ];