ps3-disc-dumper: remove with lib;, order meta attrs
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user