summary refs log tree commit diff
path: root/pkgs/development/compilers/elm
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2020-04-24 16:57:05 +0200
committerJon <jonringer@users.noreply.github.com>2020-04-24 19:44:59 -0700
commitcfa5b41053a4d3afdb10ce5c50ecf31f67465e97 (patch)
tree6c89284e036a039041f0bbdbf1e2e3f21bc68a8f /pkgs/development/compilers/elm
parent16b7e0c909e88918b0ddf321964dbd253c6e2a1e (diff)
downloadnixpkgs-cfa5b41053a4d3afdb10ce5c50ecf31f67465e97.tar
nixpkgs-cfa5b41053a4d3afdb10ce5c50ecf31f67465e97.tar.gz
nixpkgs-cfa5b41053a4d3afdb10ce5c50ecf31f67465e97.tar.bz2
nixpkgs-cfa5b41053a4d3afdb10ce5c50ecf31f67465e97.tar.lz
nixpkgs-cfa5b41053a4d3afdb10ce5c50ecf31f67465e97.tar.xz
nixpkgs-cfa5b41053a4d3afdb10ce5c50ecf31f67465e97.tar.zst
nixpkgs-cfa5b41053a4d3afdb10ce5c50ecf31f67465e97.zip
elm-instrument: update homepage link to use HTTPS
Diffstat (limited to 'pkgs/development/compilers/elm')
-rw-r--r--pkgs/development/compilers/elm/packages/elm-instrument.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/elm/packages/elm-instrument.nix b/pkgs/development/compilers/elm/packages/elm-instrument.nix
index 54077994fbd..4d7efcf1083 100644
--- a/pkgs/development/compilers/elm/packages/elm-instrument.nix
+++ b/pkgs/development/compilers/elm/packages/elm-instrument.nix
@@ -28,7 +28,7 @@ mkDerivation {
     quickcheck-io split tasty tasty-golden tasty-hunit tasty-quickcheck
     text
   ];
-  homepage = "http://elm-lang.org";
+  homepage = "https://elm-lang.org";
   description = "Instrumentation library for Elm";
   license = stdenv.lib.licenses.bsd3;
 }