Skip to content

Commit

Permalink
ps3-disc-dumper: remove with lib;, order meta attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Dec 3, 2024
1 parent 248a2f2 commit 355bf53
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pkgs/by-name/ps/ps3-disc-dumper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
};
}

0 comments on commit 355bf53

Please sign in to comment.