1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

qgroundcontrol: Add pandapip1 as maintainer

This commit is contained in:
Gavin John 2024-07-09 17:24:11 -04:00
parent 36a1b0dc58
commit b480a4b396
2 changed files with 2 additions and 2 deletions

View file

@ -49,5 +49,5 @@ in
};
};
meta.maintainers = pkgs.qgroundcontrol.meta.maintainers ++ (with lib.maintainers; [ pandapip1 ]);
meta.maintainers = pkgs.qgroundcontrol.meta.maintainers;
}

View file

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
homepage = "http://qgroundcontrol.com/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ lopsided98 ];
maintainers = with maintainers; [ lopsided98 pandapip1 ];
mainProgram = "QGroundControl";
};
}