cyme: update meta
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user