mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
Merge pull request #298511 from a-n-n-a-l-e-e/ch341eeprom-license
ch341eeprom: fix license
This commit is contained in:
commit
cf30faf454
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user