summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-09-19 14:31:30 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-09-19 14:31:56 +0200
commit8cbec0d5140b9e3dba38fe94ece1b0f050602e04 (patch)
tree5ccbf8d80b43c8712eeb0a1e9ec86ce4089b1ae4
parent6906a7a6e4197311fc79638ea4b1239ebe09ce02 (diff)
cargo-espflash: Update for new licensecargo-espflash-license
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/development/tools/rust/cargo-espflash/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rust/cargo-espflash/default.nix b/pkgs/development/tools/rust/cargo-espflash/default.nix
index 8d95710eb302..0e3876cbe9b0 100644
--- a/pkgs/development/tools/rust/cargo-espflash/default.nix
+++ b/pkgs/development/tools/rust/cargo-espflash/default.nix
@@ -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 ];
};
}