about summary refs log tree commit diff
path: root/pkgs/applications/misc/acrobat-reader/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/acrobat-reader/default.nix')
-rw-r--r--pkgs/applications/misc/acrobat-reader/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/misc/acrobat-reader/default.nix b/pkgs/applications/misc/acrobat-reader/default.nix
index 1cbdd09bc58e7..3c2e5bafeb23f 100644
--- a/pkgs/applications/misc/acrobat-reader/default.nix
+++ b/pkgs/applications/misc/acrobat-reader/default.nix
@@ -18,4 +18,8 @@ stdenv.mkDerivation {
     (if xineramaSupport then libXinerama else null)
   ];
   inherit fastStart;
+
+  meta = {
+    homepage = http://www.adobe.com/products/reader;
+  };
 }