aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/tools/graphics/appleseed/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/graphics/appleseed/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/graphics/appleseed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/graphics/appleseed/default.nix b/nixpkgs/pkgs/tools/graphics/appleseed/default.nix
index cafe0bb7b11..e9e57595e3d 100644
--- a/nixpkgs/pkgs/tools/graphics/appleseed/default.nix
+++ b/nixpkgs/pkgs/tools/graphics/appleseed/default.nix
@@ -50,7 +50,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Open source, physically-based global illumination rendering engine";
- homepage = https://appleseedhq.net/;
+ homepage = "https://appleseedhq.net/";
maintainers = with maintainers; [ hodapp ];
license = licenses.mit;
platforms = platforms.linux;