diff --git a/pkgs/tools/filesystems/bcachefs-tools/default.nix b/pkgs/tools/filesystems/bcachefs-tools/default.nix index 5f48b9d93e65..a8802afcb962 100644 --- a/pkgs/tools/filesystems/bcachefs-tools/default.nix +++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix @@ -111,7 +111,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Tool for managing bcachefs filesystems"; homepage = "https://bcachefs.org/"; license = licenses.gpl2Only; - maintainers = with maintainers; [ davidak Madouura ]; + maintainers = with maintainers; [ davidak johnrtitor Madouura ]; platforms = platforms.linux; }; })