about summary refs log tree commit diff
path: root/pkgs/games/steam/steam.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-25 18:01:20 +0000
committerGitHub <noreply@github.com>2024-06-25 18:01:20 +0000
commit08b5c3c46ad3ffd4e31332f69d816004c529b82a (patch)
tree4cae2a15a9b085eada9789928f5adca70994ea8f /pkgs/games/steam/steam.nix
parent5141ee3a5bd912afc7fcc996e6e2370b2c4f1154 (diff)
parent194ab008e631b63fb3ab4d93c0bb4a84b63f0515 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/games/steam/steam.nix')
-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";
   };
 }