diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-03-12 08:27:45 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-03-12 08:27:45 +0100 |
commit | cdc03c758bf63424e27597fd78c65a563a4d049e (patch) | |
tree | 6539ed6008be948c8c527fb77330d0fef3e972c5 | |
parent | c7f004f2d028ef23de333345d246358b8cf1dd94 (diff) |
abiword-2.5.inc: Fix double quotes typo in HOMEPAGE
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
-rw-r--r-- | recipes/abiword/abiword-2.5.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/abiword/abiword-2.5.inc b/recipes/abiword/abiword-2.5.inc index f4d654ea4c..b8950ca92b 100644 --- a/recipes/abiword/abiword-2.5.inc +++ b/recipes/abiword/abiword-2.5.inc @@ -1,5 +1,5 @@ DESCRIPTION = "AbiWord is free word processing program similar to Microsoft(r) Word" -HOMEPAGE = "http://www.abiword.org"" +HOMEPAGE = "http://www.abiword.org" SECTION = "x11/office" LICENSE = "GPLv2" DEPENDS = "asio goffice perl-native wv libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng libxml2" |