summary refs log tree commit diff
path: root/pkgs/development/idris-modules/idrisscript.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/idris-modules/idrisscript.nix')
-rw-r--r--pkgs/development/idris-modules/idrisscript.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/idrisscript.nix b/pkgs/development/idris-modules/idrisscript.nix
index 4365c588769..805facda84c 100644
--- a/pkgs/development/idris-modules/idrisscript.nix
+++ b/pkgs/development/idris-modules/idrisscript.nix
@@ -15,7 +15,7 @@ build-idris-package  {
 
   meta = {
     description = "FFI Bindings to interact with the unsafe world of JavaScript";
-    homepage = https://github.com/idris-hackers/IdrisScript;
+    homepage = "https://github.com/idris-hackers/IdrisScript";
     license = lib.licenses.bsd2;
     maintainers = [ lib.maintainers.brainrape ];
   };