about summary refs log tree commit diff
path: root/pkgs/servers/consul/ui.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/consul/ui.nix')
-rw-r--r--pkgs/servers/consul/ui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/consul/ui.nix b/pkgs/servers/consul/ui.nix
index caf3792e9831..b4cbca22c30a 100644
--- a/pkgs/servers/consul/ui.nix
+++ b/pkgs/servers/consul/ui.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with stdenv.lib; {
-    homepage    = http://www.consul.io/;
+    homepage    = https://www.consul.io/;
     description = "A tool for service discovery, monitoring and configuration";
     maintainers = with maintainers; [ cstrahan wkennington ];
     license     = licenses.mpl20 ;