Unverified Commit c4d5904e authored by Rafael Ieda's avatar Rafael Ieda
Browse files

flightgear: add maintainer iedame

parent e41a5aee
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -106,7 +106,10 @@ stdenv.mkDerivation rec {

  meta = {
    description = "Flight simulator";
    maintainers = with lib.maintainers; [ raskin ];
    maintainers = with lib.maintainers; [
      raskin
      iedame
    ];
    platforms = lib.platforms.linux;
    hydraPlatforms = [ ]; # disabled from hydra because it's so big
    license = lib.licenses.gpl2Plus;