cargo-espflash: Update for new license
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
6906a7a6e4
commit
8cbec0d514
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Serial flasher utility for Espressif SoCs and modules based on esptool.py";
|
||||
homepage = "https://github.com/esp-rs/cargo-espflash";
|
||||
license = licenses.gpl2Only;
|
||||
license = with licenses; [ mit /* or */ asl20 ];
|
||||
maintainers = with maintainers; [ matthiasbeyer ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user