ch341eeprom: fix license
This commit is contained in:
parent
4e06413537
commit
b9035c712f
1 changed files with 1 additions and 3 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue