summary refs log tree commit diff
path: root/pkgs/development/tools/gauge/default.nix
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-01 02:05:55 -0500
committerGitHub <noreply@github.com>2018-05-01 02:05:55 -0500
commitb6a771f670b42bd26ab5ceadee1473460caba3a2 (patch)
treeb83068cc6a1eb16d67fe402e59ea19005ea68f6f /pkgs/development/tools/gauge/default.nix
parent800c46b24bda32efbc30faf6c7fcf63b1f8758ff (diff)
parent038a0c9a603166eada74e930859ccd7e0197f78d (diff)
downloadnixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar.gz
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar.bz2
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar.lz
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar.xz
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar.zst
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.zip
Merge pull request #39793 from ryantm/https
treewide: http to https
Diffstat (limited to 'pkgs/development/tools/gauge/default.nix')
-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 58bc24e1ec64..12152e988669 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;