summary refs log tree commit diff
path: root/pkgs/development/idris-modules/containers.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/idris-modules/containers.nix')
-rw-r--r--pkgs/development/idris-modules/containers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/containers.nix b/pkgs/development/idris-modules/containers.nix
index 2fe783da448..e98285ca930 100644
--- a/pkgs/development/idris-modules/containers.nix
+++ b/pkgs/development/idris-modules/containers.nix
@@ -19,7 +19,7 @@ build-idris-package  {
 
   meta = {
     description = "Various data structures for use in the Idris Language.";
-    homepage = https://github.com/jfdm/idris-containers;
+    homepage = "https://github.com/jfdm/idris-containers";
     license = lib.licenses.bsd3;
     maintainers = [ lib.maintainers.brainrape ];
   };