edl: mark as unfree (#348934)

This commit is contained in:
Emily 2024-10-16 01:23:37 +01:00 committed by GitHub
commit 955355a83f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,8 @@ python3Packages.buildPythonPackage {
meta = with lib; {
homepage = "https://github.com/bkerler/edl";
description = "Qualcomm EDL tool (Sahara / Firehose / Diag)";
license = licenses.mit;
# See https://github.com/NixOS/nixpkgs/issues/348931
license = licenses.unfree;
maintainers = with maintainers; [
lorenz
xddxdd