nixos/bcachefs, bcachefs: add johnrtitor as maintainer

Let's give it a try once again, now that I am back on Bcachefs

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
John Titor 2025-06-10 21:15:41 +05:30 committed by Masum Reza
parent 774eadda46
commit 4cd9dd4a87
2 changed files with 5 additions and 0 deletions

View File

@ -323,4 +323,8 @@ in
})
]
);
meta = {
inherit (pkgs.bcachefs-tools.meta) maintainers;
};
}

View File

@ -132,6 +132,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [
davidak
johnrtitor
Madouura
];
platforms = lib.platforms.linux;