summary refs log tree commit diff
path: root/pkgs/tools/text/esh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/esh/default.nix')
-rw-r--r--pkgs/tools/text/esh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/esh/default.nix b/pkgs/tools/text/esh/default.nix
index 231a16bdc1b..171d90026be 100644
--- a/pkgs/tools/text/esh/default.nix
+++ b/pkgs/tools/text/esh/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Simple templating engine based on shell";
-    homepage = https://github.com/jirutka/esh;
+    homepage = "https://github.com/jirutka/esh";
     license = licenses.mit;
     maintainers = with maintainers; [ mnacamura ];
     platforms = platforms.unix;