aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/graphics/pbrt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/graphics/pbrt/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/graphics/pbrt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/graphics/pbrt/default.nix b/nixpkgs/pkgs/applications/graphics/pbrt/default.nix
index 78f6d8bcbaf..fa3034cb3b0 100644
--- a/nixpkgs/pkgs/applications/graphics/pbrt/default.nix
+++ b/nixpkgs/pkgs/applications/graphics/pbrt/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
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;