about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2022-08-03 14:13:56 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2022-08-03 14:17:51 +0200
commitc092a502df79288d791cacd4eb2e844bd032f445 (patch)
treef190eb4eac1b59ef621944fcb7c7a175c3797839 /pkgs/games
parent7fe922b3582af42aedf05228d10702cb7d184293 (diff)
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/bzflag/default.nix2
-rw-r--r--pkgs/games/urbanterror/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/bzflag/default.nix b/pkgs/games/bzflag/default.nix
index 6715c1b362507..db144a147f6d9 100644
--- a/pkgs/games/bzflag/default.nix
+++ b/pkgs/games/bzflag/default.nix
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
     homepage = "https://bzflag.org/";
     license = licenses.lgpl21Plus;
     platforms = platforms.unix;
-    maintainers = with maintainers; [ fpletz ];
+    maintainers = with maintainers; [ ];
   };
 }
diff --git a/pkgs/games/urbanterror/default.nix b/pkgs/games/urbanterror/default.nix
index dfbad29fa9e01..fbb633bb657b3 100644
--- a/pkgs/games/urbanterror/default.nix
+++ b/pkgs/games/urbanterror/default.nix
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = "http://www.urbanterror.info";
     license = licenses.unfreeRedistributable;
-    maintainers = with maintainers; [ astsmtl fpletz ];
+    maintainers = with maintainers; [ astsmtl ];
     platforms = platforms.linux;
     hydraPlatforms = [];
   };