Skip to content

Commit

Permalink
cyme: update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Oct 25, 2023
1 parent 3a42f32 commit 1310e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/cy/cyme/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 1310e49

Please sign in to comment.