summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/compression/hactool/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/compression/hactool/default.nix')
-rw-r--r--pkgs/tools/compression/hactool/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/compression/hactool/default.nix b/pkgs/tools/compression/hactool/default.nix
index cab59ebde556..8848d4506486 100644
--- a/pkgs/tools/compression/hactool/default.nix
+++ b/pkgs/tools/compression/hactool/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Tool to manipulate common file formats for the Nintendo Switch";
longDescription = "A tool to view information about, decrypt, and extract common file formats for the Nintendo Switch, especially Nintendo Content Archives";
license = licenses.isc;
- maintainers = with maintainers; [ ivar ];
+ maintainers = with maintainers; [ ];
platforms = platforms.unix;
mainProgram = "hactool";
};