summary refs log tree commit diff
path: root/pkgs/development/tools/packer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/packer/default.nix')
-rw-r--r--pkgs/development/tools/packer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/packer/default.nix b/pkgs/development/tools/packer/default.nix
index e1b52102907..11909ec1a19 100644
--- a/pkgs/development/tools/packer/default.nix
+++ b/pkgs/development/tools/packer/default.nix
@@ -18,7 +18,7 @@ buildGoPackage rec {
 
   meta = with stdenv.lib; {
     description = "A tool for creating identical machine images for multiple platforms from a single source configuration";
-    homepage    = http://www.packer.io;
+    homepage    = https://www.packer.io;
     license     = licenses.mpl20;
     maintainers = with maintainers; [ cstrahan zimbatm ];
     platforms   = platforms.unix;