From 44f481b46c05cdfa4c9b61524800f6ab05bbc6be Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:44:55 +0530 Subject: [PATCH] bcachefs-tools: add johnrtitor as maintainer --- pkgs/tools/filesystems/bcachefs-tools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; })