diff options
Diffstat (limited to 'www/py-starlette/Makefile')
-rw-r--r-- | www/py-starlette/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-starlette/Makefile b/www/py-starlette/Makefile index 2c63c246639d..6982b2c7de79 100644 --- a/www/py-starlette/Makefile +++ b/www/py-starlette/Makefile @@ -1,5 +1,5 @@ PORTNAME= starlette -PORTVERSION= 0.47.1 +PORTVERSION= 0.47.3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightweight ASGI framework/toolkit WWW= https://www.starlette.io/ \ - https://github.com/encode/starlette + https://github.com/Kludex/starlette LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md |