1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

maintainers: add ralismark

This commit is contained in:
ralismark 2023-03-05 18:50:16 +11:00
parent d9a2374c99
commit bb45fbc2cd
2 changed files with 7 additions and 1 deletions

View file

@ -12250,6 +12250,12 @@
githubId = 314564;
name = "Ryan Lahfa";
};
ralismark = {
email = "nixpkgs@ralismark.xyz";
github = "ralismark";
githubId = 13449732;
name = "Temmie";
};
raphaelr = {
email = "raphael-git@tapesoftware.net";
matrix = "@raphi:tapesoftware.net";

View file

@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
description = "2D action/rpg space game";
homepage = "http://www.naev.org";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ viric ];
maintainers = with lib.maintainers; [ ralismark ];
platforms = lib.platforms.linux;
};
}