bcachefs-tools: add johnrtitor as maintainer

This commit is contained in:
John Titor
2024-05-03 19:50:59 +05:30
parent 05ccad71d8
commit 44f481b46c
@@ -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;
};
})