thumbdrives: add Luflosi as maintainer

This commit is contained in:
Luflosi
2024-09-23 14:34:33 +02:00
parent bb3da04311
commit 400a39abec
@@ -56,7 +56,10 @@ python3.pkgs.buildPythonApplication rec {
description = "USB mass storage emulator for Linux handhelds";
homepage = "https://sr.ht/~martijnbraam/thumbdrives/";
license = licenses.mit;
maintainers = with maintainers; [ chuangzhu ];
maintainers = with maintainers; [
chuangzhu
Luflosi
];
platforms = platforms.linux;
};
}