cyme: update meta

This commit is contained in:
Weijia Wang 2023-10-25 08:48:27 +02:00
parent 3a42f32d68
commit 1310e498f7

View File

@ -29,9 +29,9 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
homepage = "https://github.com/tuna-f1sh/cyme";
description = "A modern cross-platform lsusb";
license = licenses.gpl3Only;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ h7x4 ];
platforms = platforms.unix;
platforms = platforms.linux ++ platforms.darwin ++ platforms.windows;
mainProgram = "cyme";
};
}