summary refs log tree commit diff
path: root/pkgs/development/idris-modules/wl-pprint.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/idris-modules/wl-pprint.nix')
-rw-r--r--pkgs/development/idris-modules/wl-pprint.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/wl-pprint.nix b/pkgs/development/idris-modules/wl-pprint.nix
index baceb2214e3..a368e0582d8 100644
--- a/pkgs/development/idris-modules/wl-pprint.nix
+++ b/pkgs/development/idris-modules/wl-pprint.nix
@@ -15,7 +15,7 @@ build-idris-package {
 
   meta = {
     description = "Wadler-Leijen pretty-printing library";
-    homepage = https://github.com/shayan-najd/wl-pprint;
+    homepage = "https://github.com/shayan-najd/wl-pprint";
     license = lib.licenses.bsd2;
   };
 }