This commit is contained in:
Kolby Crouch
2020-03-15 23:57:54 -05:00
parent e2b8f9f54a
commit e68a4094d2
3 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -479,7 +479,7 @@ in with stdenv.lib.licenses;
sha256 = "1krr4lmdiv0d7bxk37fqz5y412znb5bmxapv9g7ci6fp87sr69jq";
};
description = "FMSX libretro port";
license = "Non-Commercial";
license = "Non-commercial";
}).override {
makefile = "Makefile";
dontConfigure = true;
+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 kolbycrouch ];
maintainers = with maintainers; [ MP2E edwtjo matthewbauer ];
};
}