about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/idris-modules/patricia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/idris-modules/patricia.nix')
-rw-r--r--nixpkgs/pkgs/development/idris-modules/patricia.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/idris-modules/patricia.nix b/nixpkgs/pkgs/development/idris-modules/patricia.nix
index 5ce9ad7e915d..586c33837d65 100644
--- a/nixpkgs/pkgs/development/idris-modules/patricia.nix
+++ b/nixpkgs/pkgs/development/idris-modules/patricia.nix
@@ -18,7 +18,7 @@ build-idris-package  {
 
   meta = {
     description = "Immutable map from integer keys to values based on patricia tree. Basically persistent array.";
-    homepage = https://github.com/ChShersh/idris-patricia;
+    homepage = "https://github.com/ChShersh/idris-patricia";
     license = lib.licenses.mit;
     maintainers = [ lib.maintainers.brainrape ];
   };