summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-01-11 16:10:29 -0300
committerGitHub <noreply@github.com>2022-01-11 16:10:29 -0300
commit3e6884fc195d34dbc4b20eb396b9fa47cd85f7b2 (patch)
treefa83231d78f4fa2bbd4a2a95ad1d2f35e796c601 /pkgs/games
parent0fdbcb2355f0681908cc9fef0cc9138f938ae1a3 (diff)
parent1e47c2055d77df23209e6bd04cd3996d915ef21c (diff)
downloadnixpkgs-3e6884fc195d34dbc4b20eb396b9fa47cd85f7b2.tar
nixpkgs-3e6884fc195d34dbc4b20eb396b9fa47cd85f7b2.tar.gz
nixpkgs-3e6884fc195d34dbc4b20eb396b9fa47cd85f7b2.tar.bz2
nixpkgs-3e6884fc195d34dbc4b20eb396b9fa47cd85f7b2.tar.lz
nixpkgs-3e6884fc195d34dbc4b20eb396b9fa47cd85f7b2.tar.xz
nixpkgs-3e6884fc195d34dbc4b20eb396b9fa47cd85f7b2.tar.zst
nixpkgs-3e6884fc195d34dbc4b20eb396b9fa47cd85f7b2.zip
Merge pull request #154627 from freepotion/remove-maintainer
ivan, maintainers: maintainer removed
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/ivan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/ivan/default.nix b/pkgs/games/ivan/default.nix
index 36490cd582e..ce0eeea738a 100644
--- a/pkgs/games/ivan/default.nix
+++ b/pkgs/games/ivan/default.nix
@@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
     homepage = "https://attnam.com/";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [freepotion];
+    maintainers = with maintainers; [];
   };
 }