From 7eca037d30645f11a6b4fb28eb7145074f1e38b6 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Sat, 1 Jan 2022 01:50:21 +0700 Subject: [PATCH] pbrt: fix meta.homepage --- pkgs/applications/graphics/pbrt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;