Unverified Commit 955355a8 authored by Emily's avatar Emily Committed by GitHub
Browse files

edl: mark as unfree (#348934)

parents 0c1085e9 978f4e45
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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