pbrt: fix meta.homepage

This commit is contained in:
Ben Siraphob
2021-12-31 11:17:07 -08:00
committed by Jonathan Ringer
parent 8023a221c6
commit 7eca037d30
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
buildInputs = [ zlib ];
meta = with lib; {
homepage = "http://pbrt.org";
homepage = "https://pbrt.org/";
description = "The renderer described in the third edition of the book 'Physically Based Rendering: From Theory To Implementation'";
platforms = platforms.linux;
license = licenses.bsd2;