diff options
| -rw-r--r-- | meta/recipes-extended/gawk/gawk_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/gawk/gawk_4.1.1.bb b/meta/recipes-extended/gawk/gawk_4.1.1.bb index 3266f58cbd..0a1811bb74 100644 --- a/meta/recipes-extended/gawk/gawk_4.1.1.bb +++ b/meta/recipes-extended/gawk/gawk_4.1.1.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "GNU awk text processing utility" | |||
| 2 | DESCRIPTION = "The GNU version of awk, a text processing utility. \ | 2 | DESCRIPTION = "The GNU version of awk, a text processing utility. \ |
| 3 | Awk interprets a special-purpose programming language to do \ | 3 | Awk interprets a special-purpose programming language to do \ |
| 4 | quick and easy text pattern matching and reformatting jobs." | 4 | quick and easy text pattern matching and reformatting jobs." |
| 5 | HOMEPAGE = "www.gnu.org/software/gawk" | 5 | HOMEPAGE = "https://www.gnu.org/software/gawk/" |
| 6 | BUGTRACKER = "bug-gawk@gnu.org" | 6 | BUGTRACKER = "bug-gawk@gnu.org" |
| 7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
| 8 | 8 | ||
