pcg-c: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 17:00:11 +02:00 committed by Jon
parent cedcfede5e
commit 79a11bd310

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A family of better random number generators"; description = "A family of better random number generators";
homepage = "http://www.pcg-random.org/"; homepage = "https://www.pcg-random.org/";
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
longDescription = '' longDescription = ''
PCG is a family of simple fast space-efficient statistically good PCG is a family of simple fast space-efficient statistically good