qgroundcontrol: remove a with lib;

This commit is contained in:
Gavin John
2024-09-13 16:01:54 -07:00
parent 4f688aecec
commit e78df2f24e
+4 -4
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
];