diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2024-04-09 12:08:48 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2024-04-14 11:07:56 +0000 |
commit | a1d828e84fc891d8165a9626e0878d2f1ad45b35 (patch) | |
tree | f03d84e49be9cd6eb9815d957f6e6ebf250e6bb1 | |
parent | 2242feb634a13befbad148b4295a9926a755d66f (diff) |
devel/py-game_sdl2: take maintenership
PR: 278181
Reported by: Brad D <social@brandongrows.me>
-rw-r--r-- | devel/py-game_sdl2/Makefile | 2 |
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 |