parent
e68a4094d2
commit
e1cab10dcd
3 changed files with 7 additions and 2 deletions
|
@ -3924,6 +3924,11 @@
|
||||||
githubId = 13721712;
|
githubId = 13721712;
|
||||||
name = "Konrad Langenberg";
|
name = "Konrad Langenberg";
|
||||||
};
|
};
|
||||||
|
kolbycrouch = {
|
||||||
|
email = "kjc.devel@gmail.com";
|
||||||
|
github = "kolbycrouch";
|
||||||
|
name = "Kolby Crouch";
|
||||||
|
};
|
||||||
konimex = {
|
konimex = {
|
||||||
email = "herdiansyah@netc.eu";
|
email = "herdiansyah@netc.eu";
|
||||||
github = "konimex";
|
github = "konimex";
|
||||||
|
|
|
@ -479,7 +479,7 @@ in with stdenv.lib.licenses;
|
||||||
sha256 = "1krr4lmdiv0d7bxk37fqz5y412znb5bmxapv9g7ci6fp87sr69jq";
|
sha256 = "1krr4lmdiv0d7bxk37fqz5y412znb5bmxapv9g7ci6fp87sr69jq";
|
||||||
};
|
};
|
||||||
description = "FMSX libretro port";
|
description = "FMSX libretro port";
|
||||||
license = "Non-commercial";
|
license = "Non-Commercial";
|
||||||
}).override {
|
}).override {
|
||||||
makefile = "Makefile";
|
makefile = "Makefile";
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
|
@ -86,6 +86,6 @@ in stdenv.mkDerivation rec {
|
||||||
description = "Multi-platform emulator frontend for libretro cores";
|
description = "Multi-platform emulator frontend for libretro cores";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ MP2E edwtjo matthewbauer ];
|
maintainers = with maintainers; [ MP2E edwtjo matthewbauer kolbycrouch ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue