aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2024-04-09 12:08:48 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2024-04-14 11:07:56 +0000
commita1d828e84fc891d8165a9626e0878d2f1ad45b35 (patch)
treef03d84e49be9cd6eb9815d957f6e6ebf250e6bb1
parent2242feb634a13befbad148b4295a9926a755d66f (diff)
downloadports-a1d828e84fc891d8165a9626e0878d2f1ad45b35.tar.gz
ports-a1d828e84fc891d8165a9626e0878d2f1ad45b35.zip
devel/py-game_sdl2: take maintenership
PR: 278181 Reported by: Brad D <social@brandongrows.me>
-rw-r--r--devel/py-game_sdl2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile
index d88b2b58e419..efbd9bf2f324 100644
--- a/devel/py-game_sdl2/Makefile
+++ b/devel/py-game_sdl2/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-2.1.0-for-renpy-${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= social@brandongrows.me
COMMENT= Reimplementation of portions of the pygame API using SDL2
WWW= https://github.com/renpy/pygame_sdl2