Skip to content

Commit

Permalink
shadps4: add liberodark to maintainers
Browse files Browse the repository at this point in the history
(cherry picked from commit 676d6e0)
  • Loading branch information
liberodark authored and ryand56 committed Jan 4, 2025
1 parent 4307b6a commit 6850ea7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/sh/shadps4/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Early in development PS4 emulator";
homepage = "https://github.com/shadps4-emu/shadPS4";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ ryand56 ];
maintainers = with lib.maintainers; [
ryand56
liberodark
];
mainProgram = "shadps4";
platforms = lib.intersectLists lib.platforms.linux lib.platforms.x86_64;
};
Expand Down

0 comments on commit 6850ea7

Please sign in to comment.