From 9683651ebc1a1ed3b50d3e93766c9eb1d498f843 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 2 Mar 2021 13:06:19 +0000 Subject: [PATCH] python3-pep8: Fix HOMEPAGE Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- recipes-devtools/python/python3-pep8_1.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python3-pep8_1.7.1.bb b/recipes-devtools/python/python3-pep8_1.7.1.bb index 8291281..e8587c8 100644 --- a/recipes-devtools/python/python3-pep8_1.7.1.bb +++ b/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" -- GitLab