xpilot-ng: add maintainer iedame

This commit is contained in:
Rafael Ieda
2025-10-17 02:55:10 -03:00
parent d9896085be
commit 4c6df6778c
+4 -1
View File
@@ -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;
};
})