summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/exrtools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/exrtools/default.nix')
-rw-r--r--pkgs/applications/graphics/exrtools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/exrtools/default.nix b/pkgs/applications/graphics/exrtools/default.nix
index 310f81961cbe..d49110d00693 100644
--- a/pkgs/applications/graphics/exrtools/default.nix
+++ b/pkgs/applications/graphics/exrtools/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Collection of utilities for manipulating OpenEXR images";
- homepage = "http://scanline.ca/exrtools";
+ homepage = http://scanline.ca/exrtools;
platforms = platforms.linux;
license = licenses.mit;
maintainers = [ maintainers.juliendehos ];