pidgin, libmaxminddb, simutrans, tiptop: remove myself

... from meta.maintainers. I haven't been willing to spend
nontrivial effort on these packages in the past year or more.
I don't use them anymore.

+4 -4
+1 -1
pkgs/applications/networking/instant-messengers/pidgin/default.nix
··· 88 88 homepage = "https://pidgin.im/"; 89 89 license = licenses.gpl2Plus; 90 90 platforms = platforms.unix; 91 - maintainers = [ maintainers.vcunat ]; 91 + maintainers = [ ]; 92 92 }; 93 93 }; 94 94
+1 -1
pkgs/development/libraries/libmaxminddb/default.nix
··· 13 13 description = "C library for working with MaxMind geolocation DB files"; 14 14 homepage = "https://github.com/maxmind/libmaxminddb"; 15 15 license = licenses.asl20; 16 - maintainers = [ maintainers.vcunat ]; 16 + maintainers = [ ]; 17 17 mainProgram = "mmdblookup"; 18 18 platforms = platforms.all; 19 19 };
+1 -1
pkgs/games/simutrans/default.nix
··· 163 163 164 164 homepage = "http://www.simutrans.com/"; 165 165 license = with licenses; [ artistic1 gpl1Plus ]; 166 - maintainers = with maintainers; [ vcunat phile314 ]; 166 + maintainers = with maintainers; [ phile314 ]; 167 167 platforms = with platforms; linux; # TODO: ++ darwin; 168 168 }; 169 169 };
+1 -1
pkgs/os-specific/linux/tiptop/default.nix
··· 38 38 homepage = "http://tiptop.gforge.inria.fr"; 39 39 license = licenses.gpl2; 40 40 platforms = platforms.linux; 41 - maintainers = [ maintainers.vcunat ]; 41 + maintainers = [ ]; 42 42 }; 43 43 } 44 44