about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/idris-modules/html.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/idris-modules/html.nix')
-rw-r--r--nixpkgs/pkgs/development/idris-modules/html.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/idris-modules/html.nix b/nixpkgs/pkgs/development/idris-modules/html.nix
index a44f0e70252d..2ab7534936aa 100644
--- a/nixpkgs/pkgs/development/idris-modules/html.nix
+++ b/nixpkgs/pkgs/development/idris-modules/html.nix
@@ -24,7 +24,7 @@ build-idris-package  {
 
   meta = {
     description = "Idris library to interact with HTML";
-    homepage = https://github.com/pierrebeaucamp/idris-html;
+    homepage = "https://github.com/pierrebeaucamp/idris-html";
     license = lib.licenses.asl20;
     maintainers = [ lib.maintainers.brainrape ];
   };