From: Robert Yang Date: Thu, 19 Mar 2015 05:33:03 +0000 (-0700) Subject: groff: fix HOMEPAGE X-Git-Tag: 2015-4~81 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=55d0a51a683e00eb129521c74c1d8adc27ce2dea;p=openembedded-core.git groff: fix HOMEPAGE Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb index 63f0425ea4..6e845878ac 100644 --- a/meta/recipes-extended/groff/groff_1.22.2.bb +++ b/meta/recipes-extended/groff/groff_1.22.2.bb @@ -2,7 +2,7 @@ SUMMARY = "GNU Troff software" DESCRIPTION = "The groff (GNU troff) software is a typesetting package which reads plain text mixed with \ formatting commands and produces formatted output." SECTION = "base" -HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/" +HOMEPAGE = "http://www.gnu.org/software/groff/" LICENSE = "GPLv3" PR = "r1"