Unverified Commit 4c6df677 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

xpilot-ng: add maintainer iedame

parent d9896085
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -44,7 +44,10 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Multiplayer X11 space combat game";
    homepage = "http://xpilot.sf.net/";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ raskin ];
    maintainers = with lib.maintainers; [
      raskin
      iedame
    ];
    platforms = lib.platforms.linux;
  };
})