summary refs log tree commit diff
path: root/pkgs/applications/science/robotics
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2021-05-12 22:51:36 -0400
committerBen Wolsieffer <benwolsieffer@gmail.com>2021-05-12 22:51:36 -0400
commit09ac4d615a229d71790d2afc1dd7a052b3dac425 (patch)
treee9c09f14ab4265f079a8e2cbc5079934f0893456 /pkgs/applications/science/robotics
parent7d652d0c23219eef86a55b6ee80d41e2040f97f7 (diff)
downloadnixpkgs-09ac4d615a229d71790d2afc1dd7a052b3dac425.tar
nixpkgs-09ac4d615a229d71790d2afc1dd7a052b3dac425.tar.gz
nixpkgs-09ac4d615a229d71790d2afc1dd7a052b3dac425.tar.bz2
nixpkgs-09ac4d615a229d71790d2afc1dd7a052b3dac425.tar.lz
nixpkgs-09ac4d615a229d71790d2afc1dd7a052b3dac425.tar.xz
nixpkgs-09ac4d615a229d71790d2afc1dd7a052b3dac425.tar.zst
nixpkgs-09ac4d615a229d71790d2afc1dd7a052b3dac425.zip
mavproxy: clarify license as gpl3Plus
The README states: "MAVProxy is released under the GNU General Public License v3
or later"
Diffstat (limited to 'pkgs/applications/science/robotics')
-rw-r--r--pkgs/applications/science/robotics/mavproxy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/robotics/mavproxy/default.nix b/pkgs/applications/science/robotics/mavproxy/default.nix
index 800e97c43a1..8d27446bd66 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 ];
   };
 }