git: 089fc2066ce8 - main - devel/py-autoflake: Update WWW

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 05 Apr 2023 17:43:21 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=089fc2066ce8f3df2d30851e34c9e45f23ad75a9

commit 089fc2066ce8f3df2d30851e34c9e45f23ad75a9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:26:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:31:57 +0000

    devel/py-autoflake: Update WWW
    
    Approved by:    portmgr (blanket)
---
 devel/py-autoflake/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/py-autoflake/Makefile b/devel/py-autoflake/Makefile
index 218263bd25f8..840f2f573564 100644
--- a/devel/py-autoflake/Makefile
+++ b/devel/py-autoflake/Makefile
@@ -6,13 +6,12 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	meka@tilda.center
 COMMENT=	Removes unused imports and unused variables from Python code
-WWW=		https://github.com/myint/autoflake
+WWW=		https://github.com/PyCQA/autoflake
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyflakes>=1.1.0:devel/py-pyflakes@${PY_FLAVOR}
-
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.6+