aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-03-05 16:02:55 +0000
committerKhem Raj <raj.khem@gmail.com>2021-03-05 12:22:57 -0800
commit99a2a349b5cd1657c9f8f52f8beb546e05c55f43 (patch)
tree5513cdc95393e3d5fe0fe6d87893723c570f4fdb
parent0758491737328adac70a06e9c03862452c7b1770 (diff)
downloadmeta-openembedded-contrib-99a2a349b5cd1657c9f8f52f8beb546e05c55f43.tar.gz
python3-pep8: Fix HOMEPAGE
Signed-off-by: Andrei Gherzan <andrei@gherzan.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
index 8291281cab..e8587c8325 100644
--- a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Python style guide checker"
-HOMEPAGE = "https://github.com/dreamhost/cliff"
+HOMEPAGE = "https://github.com/PyCQA/pycodestyle"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"