ent: update homepage

Permanent redirect to https
This commit is contained in:
Renaud 2022-02-05 23:59:26 +01:00 committed by c0bw3b
parent 4b8f68cb76
commit 395396244b

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Pseudorandom Number Sequence Test Program";
homepage = "http://www.fourmilab.ch/random/";
homepage = "https://www.fourmilab.ch/random/";
platforms = platforms.all;
license = licenses.publicDomain;
};