From 400a39abec93a886d66da3db8e59145b65582a85 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Mon, 23 Sep 2024 14:17:25 +0200 Subject: [PATCH] thumbdrives: add Luflosi as maintainer --- pkgs/applications/system/thumbdrives/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/system/thumbdrives/default.nix b/pkgs/applications/system/thumbdrives/default.nix index 89711e996831..95ff7cea4dc7 100644 --- a/pkgs/applications/system/thumbdrives/default.nix +++ b/pkgs/applications/system/thumbdrives/default.nix @@ -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; }; }