summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-12-19 23:58:24 +0100
committerGitHub <noreply@github.com>2021-12-19 23:58:24 +0100
commit69a2c62cf7f9f6e23d0e72f960fd6f902779500b (patch)
tree8ee4d7ccc6a2048986dc904adcd129c40feed4e6 /pkgs/games
parente6647de754798313b91b04e685caba6918546a0f (diff)
parentcbfc50722fc0dc4e21f08ef1bef0190e3fe78ea0 (diff)
Merge pull request #151168 from SuperSandro2000/phreedom
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/spring/default.nix2
-rw-r--r--pkgs/games/spring/springlobby.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index b6e6505fd088..f8b05bd97091 100644
--- a/pkgs/games/spring/default.nix
+++ b/pkgs/games/spring/default.nix
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
homepage = "https://springrts.com/";
description = "A powerful real-time strategy (RTS) game engine";
license = licenses.gpl2;
- maintainers = with maintainers; [ phreedom qknight domenkozar sorki ];
+ maintainers = with maintainers; [ qknight domenkozar sorki ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/games/spring/springlobby.nix b/pkgs/games/spring/springlobby.nix
index 009457a9dadb..bf603e2f5308 100644
--- a/pkgs/games/spring/springlobby.nix
+++ b/pkgs/games/spring/springlobby.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
repositories.git = "git://github.com/springlobby/springlobby.git";
description = "Cross-platform lobby client for the Spring RTS project";
license = licenses.gpl2;
- maintainers = with maintainers; [ phreedom qknight domenkozar ];
+ maintainers = with maintainers; [ qknight domenkozar ];
platforms = platforms.linux;
};
}