about summary refs log tree commit diff
path: root/pkgs/games/ufoai
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2024-07-28 11:48:51 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-07-28 11:48:51 -0300
commit9a624d10e33c16f73d20366d4286b1a09483ffb2 (patch)
treed5381a1ec3e8cedb95d17949a61e7cdce5fa942f /pkgs/games/ufoai
parentc9deae12d786a062ad8096824cf8fa73b03202df (diff)
treewide: remove viric from meta.maintainers [orphans]
Since theey is not active from at least six years.

All the packages on this commit became orphans.

---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:

- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
Diffstat (limited to 'pkgs/games/ufoai')
-rw-r--r--pkgs/games/ufoai/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/ufoai/default.nix b/pkgs/games/ufoai/default.nix
index 0200d919d2f09..ecaaa26a4d217 100644
--- a/pkgs/games/ufoai/default.nix
+++ b/pkgs/games/ufoai/default.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
     homepage = "http://ufoai.org";
     description = "Squad-based tactical strategy game in the tradition of X-Com";
     license = lib.licenses.gpl2Plus;
-    maintainers = with lib.maintainers; [viric];
+    maintainers = [ ];
     platforms = lib.platforms.linux;
     hydraPlatforms = [];
   };