Update pkgs/development/tools/rust/cargo-espmonitor/default.nix

Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
This commit is contained in:
Alexander Sieg 2022-09-17 11:02:00 +02:00 committed by GitHub
parent 856086a6c4
commit e468c7f795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Cargo tool for monitoring ESP32/ESP8266 execution";
homepage = "https://github.com/esp-rs/espmonitor";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ xanderio ];
};
}