mavproxy: clarify license as gpl3Plus

The README states: "MAVProxy is released under the GNU General Public License v3
or later"
This commit is contained in:
Ben Wolsieffer 2021-05-12 22:51:36 -04:00
parent 7d652d0c23
commit 09ac4d615a

View File

@ -30,7 +30,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "MAVLink proxy and command line ground station";
homepage = "https://github.com/ArduPilot/MAVProxy";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lopsided98 ];
};
}