aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/ocaml-modules/pa_bench/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/ocaml-modules/pa_bench/default.nix')
-rw-r--r--nixpkgs/pkgs/development/ocaml-modules/pa_bench/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/ocaml-modules/pa_bench/default.nix b/nixpkgs/pkgs/development/ocaml-modules/pa_bench/default.nix
index 2b821cd6dd6..1027d0fc21a 100644
--- a/nixpkgs/pkgs/development/ocaml-modules/pa_bench/default.nix
+++ b/nixpkgs/pkgs/development/ocaml-modules/pa_bench/default.nix
@@ -15,7 +15,7 @@ buildOcaml rec {
propagatedBuildInputs = [ type_conv ];
meta = with stdenv.lib; {
- homepage = https://github.com/janestreet/pa_bench;
+ homepage = "https://github.com/janestreet/pa_bench";
description = "Syntax extension for inline benchmarks";
license = stdenv.lib.licenses.asl20;
maintainers = [ maintainers.ericbmerritt ];