summary refs log tree commit diff
path: root/pkgs/applications/graphics/openimageio/2.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/openimageio/2.x.nix')
-rw-r--r--pkgs/applications/graphics/openimageio/2.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/openimageio/2.x.nix b/pkgs/applications/graphics/openimageio/2.x.nix
index 9c4a8b22939..89d49a15145 100644
--- a/pkgs/applications/graphics/openimageio/2.x.nix
+++ b/pkgs/applications/graphics/openimageio/2.x.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with stdenv.lib; {
-    homepage = http://www.openimageio.org;
+    homepage = "http://www.openimageio.org";
     description = "A library and tools for reading and writing images";
     license = licenses.bsd3;
     maintainers = with maintainers; [ goibhniu jtojnar ];