pbrt: fix meta.homepage

main
Ben Siraphob 2 years ago committed by Jonathan Ringer
parent 8023a221c6
commit 7eca037d30
  1. 2
      pkgs/applications/graphics/pbrt/default.nix

@ -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;

Loading…
Cancel
Save