pcg-c: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski
2020-04-24 19:44:59 -07:00
committed by Jon
parent cedcfede5e
commit 79a11bd310
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = {
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;
longDescription = ''
PCG is a family of simple fast space-efficient statistically good