summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-01-01 01:50:21 +0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-01-01 01:40:53 +0000
commit59352dd768fb89c790f4086026c438fa352d0eb8 (patch)
treef0c8876f3e92aac6a6c6af3a7ce3ab70ee1272ce
parentmkgmap: fix meta.homepage (diff)
downloadnixpkgs-59352dd768fb89c790f4086026c438fa352d0eb8.tar.gz
pbrt: fix meta.homepage
(cherry picked from commit 6ffd6401e980699fbf2bf03d60f1de4a8fdc2fdb)
-rw-r--r--pkgs/applications/graphics/pbrt/default.nix2
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;