summary refs log tree commit diff
path: root/pkgs/games/ivan
diff options
context:
space:
mode:
authornonfreeblob <nonfreeblob@yandex.com>2018-08-13 02:16:55 +0300
committernonfreeblob <nonfreeblob@yandex.com>2018-08-13 02:38:27 +0300
commita6add5673037f681f209d0eab07eff762ea2b6ab (patch)
treecc8397165fdf18f61375afd036032f97a2fde77f /pkgs/games/ivan
parent0b124c1e9152959cd9de9de46c4a4d9146a818e6 (diff)
downloadnixpkgs-a6add5673037f681f209d0eab07eff762ea2b6ab.tar
nixpkgs-a6add5673037f681f209d0eab07eff762ea2b6ab.tar.gz
nixpkgs-a6add5673037f681f209d0eab07eff762ea2b6ab.tar.bz2
nixpkgs-a6add5673037f681f209d0eab07eff762ea2b6ab.tar.lz
nixpkgs-a6add5673037f681f209d0eab07eff762ea2b6ab.tar.xz
nixpkgs-a6add5673037f681f209d0eab07eff762ea2b6ab.tar.zst
nixpkgs-a6add5673037f681f209d0eab07eff762ea2b6ab.zip
Delete outdated info
Diffstat (limited to 'pkgs/games/ivan')
-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 3281c3d28d1..54aa2722092 100644
--- a/pkgs/games/ivan/default.nix
+++ b/pkgs/games/ivan/default.nix
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
     homepage = https://attnam.com/;
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [nonfreeblob];
+    maintainers = with maintainers; [];
   };
 }