diff options
| author | Ben Siraphob <bensiraphob@gmail.com> | 2022-01-01 01:50:21 +0700 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-01 01:40:53 +0000 |
| commit | 59352dd768fb89c790f4086026c438fa352d0eb8 (patch) | |
| tree | f0c8876f3e92aac6a6c6af3a7ce3ab70ee1272ce | |
| parent | mkgmap: fix meta.homepage (diff) | |
| download | nixpkgs-59352dd768fb89c790f4086026c438fa352d0eb8.tar.gz | |
pbrt: fix meta.homepage
(cherry picked from commit 6ffd6401e980699fbf2bf03d60f1de4a8fdc2fdb)
| -rw-r--r-- | pkgs/applications/graphics/pbrt/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/pbrt/default.nix b/pkgs/applications/graphics/pbrt/default.nix index 9fdf92a4ae80..587a078e0660 100644 --- a/pkgs/applications/graphics/pbrt/default.nix +++ b/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; |
