about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-03-31 18:14:40 +0800
committerGitHub <noreply@github.com>2023-03-31 18:14:40 +0800
commit9b3b1c23c1bbad4cd0b0d7151667035eed7dcc1f (patch)
tree6a1fa999fd6a93812e3c1a8d0de1a1b7ed38d44f
parent0c5b3c3c408a1e1db5dc4964bc9cf13e9478d160 (diff)
parent9196136a9791ff2e4e8f97619322ffc8374d420f (diff)
Merge pull request #223958 from Scrumplex/gamescope-update-upstream
gamescope: update source repository owner
-rw-r--r--pkgs/applications/window-managers/gamescope/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/gamescope/default.nix b/pkgs/applications/window-managers/gamescope/default.nix
index 20a6a59e0c8f4..cd8c6e6806eda 100644
--- a/pkgs/applications/window-managers/gamescope/default.nix
+++ b/pkgs/applications/window-managers/gamescope/default.nix
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
   inherit pname version;
 
   src = fetchFromGitHub {
-    owner = "Plagman";
+    owner = "ValveSoftware";
     repo = "gamescope";
     rev = "refs/tags/${version}";
     hash = "sha256-2gn6VQfmwwl86mmnRh+J1uxSIpA5x/Papq578seJ3n8=";
@@ -133,7 +133,7 @@ stdenv.mkDerivation {
 
   meta = with lib; {
     description = "SteamOS session compositing window manager";
-    homepage = "https://github.com/Plagman/gamescope";
+    homepage = "https://github.com/ValveSoftware/gamescope";
     license = licenses.bsd2;
     maintainers = with maintainers; [ nrdxp pedrohlc Scrumplex zhaofengli ];
     platforms = platforms.linux;