Unverified Commit 44f481b4 authored by John Titor's avatar John Titor
Browse files

bcachefs-tools: add johnrtitor as maintainer

parent 05ccad71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
})