ps3-disc-dumper: remove with lib;, order meta attrs

This commit is contained in:
Gutyina Gergő
2024-12-13 16:29:19 +01:00
parent 540c7a13c2
commit 57804c3fbb
+7 -5
View File
@@ -37,12 +37,14 @@ buildDotnetModule rec {
passthru.updateScript = ./update.sh;
meta = with lib; {
homepage = "https://github.com/13xforever/ps3-disc-dumper";
meta = {
description = "Handy utility to make decrypted PS3 disc dumps";
license = licenses.mit;
maintainers = with maintainers; [ evanjs ];
platforms = [ "x86_64-linux" ];
homepage = "https://github.com/13xforever/ps3-disc-dumper";
license = lib.licenses.mit;
mainProgram = "ps3-disc-dumper";
maintainers = with lib.maintainers; [
evanjs
];
platforms = [ "x86_64-linux" ];
};
}