summary refs log tree commit diff
path: root/pkgs/development/idris-modules/html.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/idris-modules/html.nix')
-rw-r--r--pkgs/development/idris-modules/html.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/html.nix b/pkgs/development/idris-modules/html.nix
index a44f0e70252..2ab7534936a 100644
--- a/pkgs/development/idris-modules/html.nix
+++ b/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 ];
   };