summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/pbrt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/pbrt/default.nix')
-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 894667597d85..1c582df50dea 100644
--- a/pkgs/applications/graphics/pbrt/default.nix
+++ b/pkgs/applications/graphics/pbrt/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ git flex bison cmake zlib ];
meta = with stdenv.lib; {
- homepage = "http://pbrt.org";
+ homepage = http://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;