aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-03-05 16:02:56 +0000
committerKhem Raj <raj.khem@gmail.com>2021-03-08 07:29:59 -0800
commit4003eca4661c2654174476384014e74d912abf9f (patch)
treed91649a4713a2ca854f1279fe2f156ca8374b274 /meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
parent68f90f0680c03ff94dce967cb10496841f2a4c92 (diff)
downloadmeta-openembedded-contrib-4003eca4661c2654174476384014e74d912abf9f.tar.gz
python3-mccabe: Fix HOMEPAGE
Signed-off-by: Andrei Gherzan <andrei@gherzan.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
index 63a9e35ac0..b366f04309 100644
--- a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
+++ b/meta-python/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"