diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-10-26 22:21:36 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-30 13:22:48 +0000 |
commit | b11f7236a2231c9d50e85c6434f073052cbec307 (patch) | |
tree | 32b244477d5f3489d3ad683d9560eac323894412 /meta/recipes-extended/which | |
parent | 10d1463de1fb5926c193b2f5e24e262880b00dc0 (diff) | |
download | poky-b11f7236a2231c9d50e85c6434f073052cbec307.tar.gz |
meta: fix some unresponsive homepages and bugtracker links
remove some extra whitespaces
(From OE-Core rev: 32ce3716761165b9df12306249418645724122cc)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/which')
-rw-r--r-- | meta/recipes-extended/which/which_2.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/which/which_2.21.bb b/meta/recipes-extended/which/which_2.21.bb index fac0fd3944..fc9185061b 100644 --- a/meta/recipes-extended/which/which_2.21.bb +++ b/meta/recipes-extended/which/which_2.21.bb | |||
@@ -4,7 +4,7 @@ executables that bash(1) would execute when the passed \ | |||
4 | program names would have been entered on the shell prompt. \ | 4 | program names would have been entered on the shell prompt. \ |
5 | It does this by using the exact same algorithm as bash." | 5 | It does this by using the exact same algorithm as bash." |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | HOMEPAGE = "http://carlo17.home.xs4all.nl/which/" | 7 | HOMEPAGE = "https://carlowood.github.io/which/" |
8 | 8 | ||
9 | LICENSE = "GPLv3+" | 9 | LICENSE = "GPLv3+" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ |