qgroundcontrol: remove a with lib;

This commit is contained in:
Gavin John 2024-09-05 11:15:37 -07:00
parent 4f688aecec
commit e78df2f24e
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -101,12 +101,12 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
meta = with lib; {
meta = {
description = "Provides full ground station support and configuration for the PX4 and APM Flight Stacks";
homepage = "https://qgroundcontrol.com/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
lopsided98
pandapip1
];