about summary refs log tree commit diff
path: root/pkgs/development/compilers/elm/packages/elm-format.nix
diff options
context:
space:
mode:
authorDaniel Schaefer <git@danielschaefer.me>2019-04-22 10:14:28 +0200
committerDaniel Schaefer <git@danielschaefer.me>2019-04-22 10:19:54 +0200
commitbac4d95aa2a92be7049dedafb8ec76606f79d8a2 (patch)
treede13930ed868aa56091db3e74c85acd5774aeacb /pkgs/development/compilers/elm/packages/elm-format.nix
parent0109c84f7107e2d392345568572778a2645a192a (diff)
treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
Diffstat (limited to 'pkgs/development/compilers/elm/packages/elm-format.nix')
-rw-r--r--pkgs/development/compilers/elm/packages/elm-format.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/elm/packages/elm-format.nix b/pkgs/development/compilers/elm/packages/elm-format.nix
index d773736bba562..aaae9fa4ba9c8 100644
--- a/pkgs/development/compilers/elm/packages/elm-format.nix
+++ b/pkgs/development/compilers/elm/packages/elm-format.nix
@@ -8,7 +8,7 @@ mkDerivation {
   pname = "elm-format";
   version = "0.8.1";
   src = fetchgit {
-    url = "http://github.com/avh4/elm-format";
+    url = "https://github.com/avh4/elm-format";
     sha256 = "0p1dy1m6illsl7i04zsv5jqw7i4znv7pfpdfm53zy0k7mq0fk09j";
     rev = "89694e858664329e3cbdaeb71b15c4456fd739ff";
   };
@@ -30,7 +30,7 @@ mkDerivation {
     split tasty tasty-golden tasty-hunit tasty-quickcheck text
   ];
   doHaddock = false;
-  homepage = "http://elm-lang.org";
+  homepage = "https://elm-lang.org";
   description = "A source code formatter for Elm";
   license = stdenv.lib.licenses.bsd3;
 }