0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

_1oom: add marcin-serwin to maintainers

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin 2025-06-03 19:26:43 +02:00
parent 4873085fde
commit 2a495be3d3
No known key found for this signature in database
GPG key ID: DACFAC4EA0B194E0

View file

@ -58,6 +58,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Master of Orion (1993) game engine recreation; a more updated fork";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = [ ];
maintainers = with lib.maintainers; [ marcin-serwin ];
};
})