summary refs log tree commit diff
path: root/pkgs/tools/system/envconsul/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/envconsul/default.nix')
-rw-r--r--pkgs/tools/system/envconsul/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/envconsul/default.nix b/pkgs/tools/system/envconsul/default.nix
index c2f5556cec6..09175f14609 100644
--- a/pkgs/tools/system/envconsul/default.nix
+++ b/pkgs/tools/system/envconsul/default.nix
@@ -15,7 +15,7 @@ buildGoPackage rec {
   };
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/hashicorp/envconsul/;
+    homepage = "https://github.com/hashicorp/envconsul/";
     description = "Read and set environmental variables for processes from Consul";
     platforms = platforms.linux ++ platforms.darwin;
     license = licenses.mpl20;