diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-06-27 03:42:26 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-06-27 03:42:26 +0300 |
commit | b95f8fe3c27a1de697c58d0bd7a07fab6f35181d (patch) | |
tree | fc317b865a2ddcbd49ab696760f272437f990e8e | |
parent | editors/vscode: update to 1.101.2 (diff) |
games/libretro-beetle_psx: Fixed typo in maintainer email address
PR: 287805
Approved by: Tilde Joy <tilde@ultros.pro> (maintainer, implicit)
Fixes: 21093d3c1d52 (Update 0.20231020 => 0.20250622, take maintainership)
-rw-r--r-- | games/libretro-beetle_psx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/libretro-beetle_psx/Makefile b/games/libretro-beetle_psx/Makefile index fb83b88eb649..8721fc66325c 100644 --- a/games/libretro-beetle_psx/Makefile +++ b/games/libretro-beetle_psx/Makefile @@ -2,7 +2,7 @@ PORTNAME= libretro-beetle_psx DISTVERSION= 0.20250622 CATEGORIES= games -MAINTAINER= tilde@ultros.prog +MAINTAINER= tilde@ultros.pro COMMENT= Standalone port/fork of Mednafen PSX to the Libretro API WWW= https://github.com/libretro/beetle-psx-libretro |