Unverified Commit e78df2f2 authored by Gavin John's avatar Gavin John
Browse files

qgroundcontrol: remove a `with lib;`

parent 4f688aec
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
    ];