summary refs log tree commit diff
path: root/pkgs/development/idris-modules/tparsec.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/idris-modules/tparsec.nix')
-rw-r--r--pkgs/development/idris-modules/tparsec.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/tparsec.nix b/pkgs/development/idris-modules/tparsec.nix
index 67020898ff3..84f88e1598b 100644
--- a/pkgs/development/idris-modules/tparsec.nix
+++ b/pkgs/development/idris-modules/tparsec.nix
@@ -20,7 +20,7 @@ build-idris-package  {
 
   meta = {
     description = "TParsec - Total Parser Combinators in Idris";
-    homepage = https://github.com/gallais/idris-tparsec;
+    homepage = "https://github.com/gallais/idris-tparsec";
     license = lib.licenses.gpl3;
     maintainers = [ lib.maintainers.brainrape ];
   };