mpir: Change links to https

This commit is contained in:
polygon 2021-04-18 20:59:11 +02:00
parent 85080ba291
commit 634ad1bbf2
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ m4 which yasm ];
src = fetchurl {
url = "http://mpir.org/mpir-${version}.tar.bz2";
url = "https://mpir.org/mpir-${version}.tar.bz2";
sha256 = "1fvmhrqdjs925hzr2i8bszm50h00gwsh17p2kn2pi51zrxck9xjj";
};
@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
license = lib.licenses.lgpl3Plus;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.unix;
downloadPage = "http://mpir.org/downloads.html";
homepage = "http://mpir.org/";
downloadPage = "https://mpir.org/downloads.html";
homepage = "https://mpir.org/";
updateWalker = true;
};
}