about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/genspio
diff options
context:
space:
mode:
authorxaverdh <xaverdh@users.noreply.github.com>2021-11-10 10:37:56 +0000
committerGitHub <noreply@github.com>2021-11-10 11:37:56 +0100
commit03a257e5a34db7dcf56e74a4da121843d5a17799 (patch)
tree062c0cbc66bee3c5bc7613961c55cb6d58b73d60 /pkgs/development/ocaml-modules/genspio
parent585b69bbf3a1f69b954c95f7059a9d76e2c468e7 (diff)
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/development/ocaml-modules/genspio')
-rw-r--r--pkgs/development/ocaml-modules/genspio/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/genspio/default.nix b/pkgs/development/ocaml-modules/genspio/default.nix
index 7e7b3a0b9aeef..db3c42bca36c1 100644
--- a/pkgs/development/ocaml-modules/genspio/default.nix
+++ b/pkgs/development/ocaml-modules/genspio/default.nix
@@ -24,7 +24,7 @@ buildDunePackage rec {
   doCheck = true;
 
   meta = with lib; {
-    homepage = https://smondet.gitlab.io/genspio-doc/;
+    homepage = "https://smondet.gitlab.io/genspio-doc/";
     description = "Typed EDSL to generate POSIX Shell scripts";
     license = licenses.asl20;
     maintainers = [ maintainers.alexfmpe ];