mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
pbrt: fix meta.homepage
This commit is contained in:
parent
8023a221c6
commit
7eca037d30
|
@ -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…
Reference in a new issue