summary refs log tree commit diff
path: root/pkgs/development/idris-modules/graphviz.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/idris-modules/graphviz.nix')
-rw-r--r--pkgs/development/idris-modules/graphviz.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/idris-modules/graphviz.nix b/pkgs/development/idris-modules/graphviz.nix
index 47c2ee638c5..650f0e0b99b 100644
--- a/pkgs/development/idris-modules/graphviz.nix
+++ b/pkgs/development/idris-modules/graphviz.nix
@@ -22,7 +22,7 @@ build-idris-package  {
 
   meta = {
     description = "Parser and library for graphviz dot files";
-    homepage = https://gitlab.com/mgttlinger/idris-graphviz;
+    homepage = "https://gitlab.com/mgttlinger/idris-graphviz";
     license = lib.licenses.gpl3;
     maintainers = [ lib.maintainers.brainrape ];
   };