elm-instrument: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 16:57:05 +02:00 committed by Jon
parent 16b7e0c909
commit cfa5b41053

View File

@ -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;
}