about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-01-01 01:50:21 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-31 11:17:07 -0800
commit7eca037d30645f11a6b4fb28eb7145074f1e38b6 (patch)
treedb42824a319ee5a086ff86c7a5170a27450d1bf1 /pkgs/applications/graphics
parent8023a221c6197773645ade8066a39b574dcfc3e6 (diff)
pbrt: fix meta.homepage
Diffstat (limited to 'pkgs/applications/graphics')
-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 9fdf92a4ae80a..587a078e0660a 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;