mpir: Change links to https
This commit is contained in:
parent
85080ba291
commit
634ad1bbf2
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue