treewide: Drop infinisil as maintainer from most packages
I'm not going anywhere, I'm focusing my energy on other issues, and getting pinged as a maintainer for packages is a bit distracting (also I'm not using most of these packages anyways!)
···37 description = "Library with common code used by the libraries and tools around the libimobiledevice project";
38 license = licenses.lgpl21Plus;
39 platforms = platforms.unix;
40- maintainers = with maintainers; [ infinisil ];
41 };
42}
···37 description = "Library with common code used by the libraries and tools around the libimobiledevice project";
38 license = licenses.lgpl21Plus;
39 platforms = platforms.unix;
40+ maintainers = [ ];
41 };
42}
···22 # to be free since it's from IJG, the current maintainers of libjpeg
23 license = licenses.free;
24 platforms = platforms.all;
25- maintainers = with maintainers; [ infinisil ];
26 mainProgram = "jpegexiforient";
27 };
28}
···22 # to be free since it's from IJG, the current maintainers of libjpeg
23 license = licenses.free;
24 platforms = platforms.all;
25+ maintainers = [ ];
26 mainProgram = "jpegexiforient";
27 };
28}
···21 effect seen in the 1992 movie Sneakers.
22 '';
23 license = licenses.gpl3;
24- maintainers = [ maintainers.infinisil ];
25 platforms = platforms.unix;
26 };
27}
···21 effect seen in the 1992 movie Sneakers.
22 '';
23 license = licenses.gpl3;
24+ maintainers = [ ];
25 platforms = platforms.unix;
26 };
27}
+1-1
pkgs/tools/misc/pdd/default.nix
···28 program arguments are specified it shows the current date, time and
29 timezone.
30 '';
31- maintainers = [ maintainers.infinisil ];
32 license = licenses.gpl3;
33 mainProgram = "pdd";
34 };
···28 program arguments are specified it shows the current date, time and
29 timezone.
30 '';
31+ maintainers = [ ];
32 license = licenses.gpl3;
33 mainProgram = "pdd";
34 };
···34 description = "Universal dark theme for Firefox while adhering to the modern design principles set by Mozilla";
35 homepage = "https://overdodactyl.github.io/ShadowFox/";
36 license = licenses.mit;
37- maintainers = with maintainers; [ infinisil ];
38 mainProgram = "shadowfox-updater";
39 };
40}
···34 description = "Universal dark theme for Firefox while adhering to the modern design principles set by Mozilla";
35 homepage = "https://overdodactyl.github.io/ShadowFox/";
36 license = licenses.mit;
37+ maintainers = [ ];
38 mainProgram = "shadowfox-updater";
39 };
40}