summary refs log tree commit diff
path: root/pkgs/development/idris-modules/http4idris.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/idris-modules/http4idris.nix')
-rw-r--r--pkgs/development/idris-modules/http4idris.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/http4idris.nix b/pkgs/development/idris-modules/http4idris.nix
index 80e95745f03..11e9d62c051 100644
--- a/pkgs/development/idris-modules/http4idris.nix
+++ b/pkgs/development/idris-modules/http4idris.nix
@@ -18,7 +18,7 @@ build-idris-package  {
 
   meta = {
     description = "An experimental HTTP framework for Idris";
-    homepage = https://github.com/A1kmm/http4idris;
+    homepage = "https://github.com/A1kmm/http4idris";
     license = lib.licenses.mit;
     maintainers = [ lib.maintainers.brainrape ];
   };