summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-03-07 17:01:02 +0000
committerKhem Raj <raj.khem@gmail.com>2022-03-09 07:37:04 -0800
commit5eba739c7597f42338f839e4ca1cbdf34ee2ada3 (patch)
tree07cf53d8c2ed06c6c106550c2713605aa52c6b2c /meta-python/recipes-extended
parent34d4ce1d5b5c2148307a9c60467dbd122501b3db (diff)
downloadmeta-openembedded-5eba739c7597f42338f839e4ca1cbdf34ee2ada3.tar.gz
python3-meh: fix HOMEPAGE
fedorahosted.org is retired, so set the GitHub page as the homepage. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-extended')
-rw-r--r--meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb
index 16596596a..9f72b7262 100644
--- a/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb
+++ b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb
@@ -1,7 +1,7 @@
1SUMMARY = "A python library for handling exceptions" 1SUMMARY = "A python library for handling exceptions"
2DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \ 2DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \
3exceptions." 3exceptions."
4HOMEPAGE = "http://git.fedorahosted.org/git/?p=python-meh.git" 4HOMEPAGE = "https://github.com/rhinstaller/python-meh"
5LICENSE = "GPL-2.0-or-later" 5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7