qgroundcontrol: Add pandapip1 as maintainer
This commit is contained in:
parent
36a1b0dc58
commit
b480a4b396
@ -49,5 +49,5 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = pkgs.qgroundcontrol.meta.maintainers ++ (with lib.maintainers; [ pandapip1 ]);
|
||||
meta.maintainers = pkgs.qgroundcontrol.meta.maintainers;
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user