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

View File

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