diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2020-05-30 22:30:44 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-31 22:42:25 -0700 |
commit | d23918e6dc371010a2ee2fcc10310b1029179fd2 (patch) | |
tree | b841a14365874d50b54b5890007ec15f9997fcb4 /meta-gnome | |
parent | 0c0fb11a13b2d81baaf19f39f56b83cc3853b1c8 (diff) | |
download | meta-openembedded-d23918e6dc371010a2ee2fcc10310b1029179fd2.tar.gz |
rest: fix typo for HOMEPAGE
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/rest/rest_0.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb b/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb index 33b8744eb..e875f7a7d 100644 --- a/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb +++ b/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "library to access web services that claim to be "RESTful"" | 1 | SUMMARY = "library to access web services that claim to be "RESTful"" |
2 | HOMPAGE = "https://wiki.gnome.org/Projects/Librest" | 2 | HOMEPAGE = "https://wiki.gnome.org/Projects/Librest" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
5 | 5 | ||