summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorJamie McClymont <jamie@kwiius.com>2022-03-14 21:52:18 +1300
committerJamie McClymont <jamie@kwiius.com>2022-03-14 21:52:18 +1300
commit3b01bd6249cf90bfd7048003e8f2f9e98371c00d (patch)
treedad9b0cec4b1e9cc6fb44700105cf01c0bd62bfd /pkgs/tools/filesystems
parent4ee9b84ec5e0367f24fd144d778490d093471d7d (diff)
downloadnixpkgs-3b01bd6249cf90bfd7048003e8f2f9e98371c00d.tar
nixpkgs-3b01bd6249cf90bfd7048003e8f2f9e98371c00d.tar.gz
nixpkgs-3b01bd6249cf90bfd7048003e8f2f9e98371c00d.tar.bz2
nixpkgs-3b01bd6249cf90bfd7048003e8f2f9e98371c00d.tar.lz
nixpkgs-3b01bd6249cf90bfd7048003e8f2f9e98371c00d.tar.xz
nixpkgs-3b01bd6249cf90bfd7048003e8f2f9e98371c00d.tar.zst
nixpkgs-3b01bd6249cf90bfd7048003e8f2f9e98371c00d.zip
bcachefs: update maintainers
As requested in https://github.com/NixOS/nixpkgs/pull/163433#issuecomment-1066169644
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/bcachefs-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/bcachefs-tools/default.nix b/pkgs/tools/filesystems/bcachefs-tools/default.nix
index c1d26202877..aa049682b83 100644
--- a/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -66,7 +66,7 @@ stdenv.mkDerivation {
     description = "Tool for managing bcachefs filesystems";
     homepage = "https://bcachefs.org/";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ davidak chiiruno ];
+    maintainers = with maintainers; [ davidak Madouura ];
     platforms = platforms.linux;
   };
 }