From 09ac4d615a229d71790d2afc1dd7a052b3dac425 Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Wed, 12 May 2021 22:51:36 -0400 Subject: [PATCH] mavproxy: clarify license as gpl3Plus The README states: "MAVProxy is released under the GNU General Public License v3 or later" --- pkgs/applications/science/robotics/mavproxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/robotics/mavproxy/default.nix b/pkgs/applications/science/robotics/mavproxy/default.nix index 800e97c43a12..8d27446bd664 100644 --- a/pkgs/applications/science/robotics/mavproxy/default.nix +++ b/pkgs/applications/science/robotics/mavproxy/default.nix @@ -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 ]; }; }