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:
parent
7d652d0c23
commit
09ac4d615a
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue