python3Packages.pymavlink: license should be lgpl3Plus

The license file doesn't specify that later versions can be used, but I missed
that it is stated in the README: "pymavlink is released under the GNU Lesser
General Public License v3 or later."
master
Ben Wolsieffer 2021-05-12 22:52:52 -04:00
parent 09ac4d615a
commit 37934f8ca3
1 changed files with 1 additions and 1 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 ];
};
}