treewide: fix redirect URLs

This commit is contained in:
Ryan Mulligan
2019-07-10 12:52:51 -07:00
parent 42559f1cf1
commit 508ae42a0f
39 changed files with 52 additions and 52 deletions

View File

@@ -27,7 +27,7 @@ mkDerivation rec {
installTargets = "install";
postInstall = let
manpages = pkgs.fetchurl {
url = "http://www.erlang.org/download/otp_doc_man_R16B02.tar.gz";
url = "https://www.erlang.org/download/otp_doc_man_R16B02.tar.gz";
sha256 = "12apxjmmd591y9g9bhr97z5jbd1jarqg7wj0y2sqhl21hc1yp75p";
};
in ''

View File

@@ -108,8 +108,8 @@ in stdenv.mkDerivation ({
setupHook = ./setup-hook.sh;
meta = with stdenv.lib; ({
homepage = http://www.erlang.org/;
downloadPage = "http://www.erlang.org/download.html";
homepage = https://www.erlang.org/;
downloadPage = "https://www.erlang.org/download.html";
description = "Programming language used for massively scalable soft real-time systems";
longDescription = ''