about summary refs log tree commit diff
path: root/pkgs/tools/archivers/wimlib/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/archivers/wimlib/default.nix')
-rw-r--r--pkgs/tools/archivers/wimlib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/archivers/wimlib/default.nix b/pkgs/tools/archivers/wimlib/default.nix
index fa698c1d3e5ac..bb8c6b8952fd5 100644
--- a/pkgs/tools/archivers/wimlib/default.nix
+++ b/pkgs/tools/archivers/wimlib/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
     homepage = "https://wimlib.net";
     description = "A library and program to extract, create, and modify WIM files";
     platforms = platforms.unix;
-    maintainers = with maintainers; [ andir ];
+    maintainers = with maintainers; [ ];
     license = with licenses; [ gpl3 lgpl3 cc0 ];
   };
 }