git: bdba097f967a - main - devel/py-game_sdl2: drop maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 May 2023 05:02:19 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bdba097f967a90b18160abab9322db2d27ce85bb
commit bdba097f967a90b18160abab9322db2d27ce85bb
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-04 01:00:00 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-04 05:00:06 +0000
devel/py-game_sdl2: drop maintainership
---
devel/py-game_sdl2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile
index 6c1dab173b5e..a7bbcc2639f9 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= jbeich@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Reimplementation of portions of the pygame API using SDL2
WWW= https://github.com/renpy/pygame_sdl2