1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

groff: fix HOMEPAGE

(From OE-Core rev: 55d0a51a683e00eb129521c74c1d8adc27ce2dea)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang
2015-03-18 22:33:03 -07:00
committed by Richard Purdie
parent 2ade4b23c8
commit 75c16c0cdc
+1 -1
View File
@@ -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"