treewide: fix redirect URLs
This commit is contained in:
@@ -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 ''
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user