ch341eeprom: fix license

This commit is contained in:
annalee 2024-03-24 01:36:04 +00:00
parent 4e06413537
commit b9035c712f
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

View File

@ -17,8 +17,6 @@ stdenv.mkDerivation {
buildInputs = [ libusb1 ];
dontConfigure = true;
makeFlags = [
"CC=${stdenv.cc.targetPrefix}cc"
];
@ -32,7 +30,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "A libusb based programming tool for 24Cxx serial EEPROMs using the WinChipHead CH341A IC";
homepage = "https://github.com/command-tab/ch341eeprom";
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.darwin ++ platforms.linux;
mainProgram = "ch341eeprom";
maintainers = with maintainers; [ xokdvium ];