about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-06-25 09:11:25 +0200
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-06-25 09:16:56 +0200
commitfbe8538aa1c339d30082008a2bc634d00730cf0d (patch)
tree2b26e363ea3f54b13017dccb0702e887aa173791 /pkgs/games/steam
parent6f73c1a2ba445b6eac07514e4c64b6583d3da37b (diff)
treewide: remove jonringer as package maintainer
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/steam.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam/steam.nix b/pkgs/games/steam/steam.nix
index 92c45cc7c06fd..151a1ba5be469 100644
--- a/pkgs/games/steam/steam.nix
+++ b/pkgs/games/steam/steam.nix
@@ -48,7 +48,7 @@ in stdenv.mkDerivation {
     '';
     homepage = "https://store.steampowered.com/";
     license = licenses.unfreeRedistributable;
-    maintainers = with maintainers; [ jagajaga jonringer ];
+    maintainers = with maintainers; [ jagajaga ];
     mainProgram = "steam";
   };
 }