Merge pull request #122791 from lopsided98/mavproxy-update

This commit is contained in:
Sandro
2021-05-15 21:31:03 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python MAVLink interface and utilities";
homepage = "https://github.com/ArduPilot/pymavlink";
license = with licenses; [ lgpl3Only mit ];
license = with licenses; [ lgpl3Plus mit ];
maintainers = with maintainers; [ lopsided98 ];
};
}