dolphinEmuMaster: add ashkitten as maintainer

This commit is contained in:
ash lea 2019-08-21 23:48:21 -07:00 committed by Cray Elliott
parent 38cc61d0c3
commit 44b0d3ff6b

View file

@ -77,7 +77,7 @@ in stdenv.mkDerivation rec {
homepage = "https://dolphin-emu.org"; homepage = "https://dolphin-emu.org";
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8"; description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ MP2E ]; maintainers = with maintainers; [ MP2E ashkitten ];
branch = "master"; branch = "master";
# x86_32 is an unsupported platform. # x86_32 is an unsupported platform.
# Enable generic build if you really want a JIT-less binary. # Enable generic build if you really want a JIT-less binary.