From 8b5217b6deabc37b0114552cfce8c445e7567cc5 Mon Sep 17 00:00:00 2001 From: rjpc Date: Fri, 12 Jan 2024 05:21:40 -0800 Subject: [PATCH] iortcw: add rjpcasalino as maintainer --- pkgs/games/iortcw/sp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/iortcw/sp.nix b/pkgs/games/iortcw/sp.nix index 66944c49ddd4..a61cb05c3319 100644 --- a/pkgs/games/iortcw/sp.nix +++ b/pkgs/games/iortcw/sp.nix @@ -47,6 +47,6 @@ stdenv.mkDerivation rec { homepage = src.meta.homepage; license = licenses.gpl3; platforms = platforms.linux; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ rjpcasalino ]; }; }