about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-09 14:54:33 -0400
committerGitHub <noreply@github.com>2023-08-09 14:54:33 -0400
commitcd6d4800edca7c9765f40a4416569911d7952b30 (patch)
tree4c0ec693d84d7e73c7e9341f0e5fa82e659e5c2b /pkgs/games
parentfe7a15579219350f23135e9e8ee35b7423ae06ef (diff)
parent960c4e36bdd119b207bdf9912789f2618a00b16c (diff)
Merge pull request #248164 from rardiol/openra
openra: drop rardiol maintainership
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/openra_2019/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/openra_2019/common.nix b/pkgs/games/openra_2019/common.nix
index 4445cc53ba6a1..5932eeb6e6d04 100644
--- a/pkgs/games/openra_2019/common.nix
+++ b/pkgs/games/openra_2019/common.nix
@@ -61,7 +61,7 @@ in {
     dontStrip = true;
 
     meta = {
-      maintainers = with maintainers; [ fusion809 msteen rardiol ];
+      maintainers = with maintainers; [ fusion809 msteen ];
       license = licenses.gpl3;
       platforms = platforms.linux;
     };