From 087fbdde9c7597a263cd235840dcb5c2653f34ee Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 2 Mar 2021 13:06:11 +0000 Subject: [PATCH] python3-mccabe: Fix HOMEPAGE Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- recipes-devtools/python/python3-mccabe_0.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python3-mccabe_0.6.1.bb b/recipes-devtools/python/python3-mccabe_0.6.1.bb index 63a9e35..63b4c21 100644 --- a/recipes-devtools/python/python3-mccabe_0.6.1.bb +++ b/recipes-devtools/python/python3-mccabe_0.6.1.bb @@ -1,5 +1,5 @@ DESCRIPTION = "McCabe checker, plugin for flake8" -HOMEPAGE = "https://github.com/dreamhost/cliff" +HOMEPAGE = "https://github.com/PyCQA/mccabe/" SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=a489dc62bacbdad3335c0f160a974f0f" -- GitLab