From 8e92a44ecf99b06c556d79b18278d485d4a0af99 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Apr 2008 10:11:53 +0000 Subject: [PATCH] * Doh! svn path=/nixpkgs/trunk/; revision=11511 --- pkgs/applications/misc/acrobat-reader/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/acrobat-reader/default.nix b/pkgs/applications/misc/acrobat-reader/default.nix index 7c397d21a87c..bc14b0cb45da 100644 --- a/pkgs/applications/misc/acrobat-reader/default.nix +++ b/pkgs/applications/misc/acrobat-reader/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation { inherit fastStart; meta = { - description = "Adobe Reader, a viewer for PDF documents" + description = "Adobe Reader, a viewer for PDF documents"; homepage = http://www.adobe.com/products/reader; }; }