about summary refs log tree commit diff
path: root/pkgs/tools/archivers
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2022-01-20 00:24:52 +0100
committerAndreas Rammhold <andreas@rammhold.de>2022-01-20 00:24:52 +0100
commit31e5b8dc2198eacec3e009e21fc8226486aa674e (patch)
tree732a46862d4e2b8669ef25d347e7c86058b9f63f /pkgs/tools/archivers
parentdbdd9f9f510cd115171d6b8048d175226fb1a62f (diff)
Remove myself from maintainers
I don't have time and energy to deal with all of this anymore.
Diffstat (limited to 'pkgs/tools/archivers')
-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 ];
   };
 }