about summary refs log tree commit diff
path: root/pkgs/development/tools/gauge
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-04-30 20:03:23 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-04-30 21:39:20 -0700
commit038a0c9a603166eada74e930859ccd7e0197f78d (patch)
tree1d9eee7d9b628428a1a8b5929f91d5e63135f93e /pkgs/development/tools/gauge
parent47b25136b19c57a9baf32bd13b5e6511ea8d8d97 (diff)
treewide: http to https
Diffstat (limited to 'pkgs/development/tools/gauge')
-rw-r--r--pkgs/development/tools/gauge/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/gauge/default.nix b/pkgs/development/tools/gauge/default.nix
index 58bc24e1ec64d..12152e9886697 100644
--- a/pkgs/development/tools/gauge/default.nix
+++ b/pkgs/development/tools/gauge/default.nix
@@ -16,7 +16,7 @@ buildGoPackage rec {
 
   meta = with stdenv.lib; {
    description = "Light weight cross-platform test automation";
-   homepage    = http://gauge.org;
+   homepage    = https://gauge.org;
    license     = licenses.gpl3;
    maintainers = [ maintainers.vdemeester ];
    platforms   = platforms.unix;