about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/idris-modules/lightyear.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/idris-modules/lightyear.nix')
-rw-r--r--nixpkgs/pkgs/development/idris-modules/lightyear.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/idris-modules/lightyear.nix b/nixpkgs/pkgs/development/idris-modules/lightyear.nix
index fd014db30ef7..34c19eea4ac4 100644
--- a/nixpkgs/pkgs/development/idris-modules/lightyear.nix
+++ b/nixpkgs/pkgs/development/idris-modules/lightyear.nix
@@ -18,7 +18,7 @@ build-idris-package  {
 
   meta = {
     description = "Parser combinators for Idris";
-    homepage = https://github.com/ziman/lightyear;
+    homepage = "https://github.com/ziman/lightyear";
     license = lib.licenses.bsd2;
     maintainers = with lib.maintainers; [ siddharthist brainrape ];
   };