Revert " Fix init"

This reverts commit e68a4094d2.
This commit is contained in:
Matthew Bauer
2020-03-21 22:58:58 -04:00
parent e68a4094d2
commit e1cab10dcd
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -86,6 +86,6 @@ in stdenv.mkDerivation rec {
description = "Multi-platform emulator frontend for libretro cores";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ MP2E edwtjo matthewbauer ];
maintainers = with maintainers; [ MP2E edwtjo matthewbauer kolbycrouch ];
};
}