remove foxit64 as maintainer (#130284)

Co-authored-by: foxit64 <foxit64@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by foxit64 foxit64 Sandro and committed by GitHub 08479fc2 a588333b

+3 -10
-6
maintainers/maintainer-list.nix
··· 11878 githubId = 8686360; 11879 name = "Illia Shestakov"; 11880 }; 11881 - foxit64 = { 11882 - email = "o4nsxy05@gmail.com"; 11883 - github = "foxit64"; 11884 - githubId = 56247270; 11885 - name = "Foxit"; 11886 - }; 11887 masaeedu = { 11888 email = "masaeedu@gmail.com"; 11889 github = "masaeedu";
··· 11878 githubId = 8686360; 11879 name = "Illia Shestakov"; 11880 }; 11881 masaeedu = { 11882 email = "masaeedu@gmail.com"; 11883 github = "masaeedu";
+1 -1
pkgs/applications/misc/dstask/default.nix
··· 36 description = "Command line todo list with super-reliable git sync"; 37 homepage = src.meta.homepage; 38 license = licenses.mit; 39 - maintainers = with maintainers; [ stianlagstad foxit64 ]; 40 platforms = platforms.linux; 41 }; 42 }
··· 36 description = "Command line todo list with super-reliable git sync"; 37 homepage = src.meta.homepage; 38 license = licenses.mit; 39 + maintainers = with maintainers; [ stianlagstad ]; 40 platforms = platforms.linux; 41 }; 42 }
+1 -2
pkgs/applications/misc/gopacked/default.nix
··· 19 description = "A simple text-based Minecraft modpack manager"; 20 license = licenses.agpl3; 21 homepage = src.meta.homepage; 22 - maintainers = with maintainers; [ foxit64 ]; 23 }; 24 - 25 }
··· 19 description = "A simple text-based Minecraft modpack manager"; 20 license = licenses.agpl3; 21 homepage = src.meta.homepage; 22 + maintainers = with maintainers; [ ]; 23 }; 24 }
+1 -1
pkgs/servers/monitoring/telegraf/default.nix
··· 27 description = "The plugin-driven server agent for collecting & reporting metrics"; 28 license = licenses.mit; 29 homepage = "https://www.influxdata.com/time-series-platform/telegraf/"; 30 - maintainers = with maintainers; [ mic92 roblabla timstott foxit64 ]; 31 }; 32 }
··· 27 description = "The plugin-driven server agent for collecting & reporting metrics"; 28 license = licenses.mit; 29 homepage = "https://www.influxdata.com/time-series-platform/telegraf/"; 30 + maintainers = with maintainers; [ mic92 roblabla timstott ]; 31 }; 32 }