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