pbrt: fix meta.homepage

This commit is contained in:
Ben Siraphob
2022-01-01 01:50:21 +07:00
parent 874b1186a9
commit 6ffd6401e9

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;