Merge pull request #205772 from atorres1985-contrib/cleanup-maintainers

treewide: remove e-user from maintainers

authored by Anderson Torres and committed by GitHub 3778ce32 47cd8c99

+5 -11
-6
maintainers/maintainer-list.nix
··· 3847 3847 githubId = 15128988; 3848 3848 name = "Maksim Dzabraev"; 3849 3849 }; 3850 - e-user = { 3851 - email = "nixos@sodosopa.io"; 3852 - github = "outergod"; 3853 - githubId = 93086; 3854 - name = "Alexander Kahl"; 3855 - }; 3856 3850 eadwu = { 3857 3851 email = "edmund.wu@protonmail.com"; 3858 3852 github = "eadwu";
+1 -1
pkgs/applications/audio/sisco.lv2/default.nix
··· 38 38 description = "Simple audio oscilloscope with variable time scale, triggering, cursors and numeric readout in LV2 plugin format"; 39 39 homepage = "http://x42.github.io/sisco.lv2/"; 40 40 license = licenses.gpl2; 41 - maintainers = [ maintainers.e-user ]; 41 + maintainers = [ ]; 42 42 platforms = platforms.linux; 43 43 }; 44 44 }
+1 -1
pkgs/os-specific/linux/semodule-utils/default.nix
··· 22 22 description = "SELinux policy core utilities (packaging additions)"; 23 23 license = licenses.gpl2; 24 24 inherit (libsepol.meta) homepage platforms; 25 - maintainers = [ maintainers.e-user ]; 25 + maintainers = [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/os-specific/linux/sssd/default.nix
··· 101 101 changelog = "https://sssd.io/release-notes/sssd-${version}.html"; 102 102 license = licenses.gpl3Plus; 103 103 platforms = platforms.linux; 104 - maintainers = with maintainers; [ e-user illustris ]; 104 + maintainers = with maintainers; [ illustris ]; 105 105 }; 106 106 }
+1 -1
pkgs/tools/misc/ding-libs/default.nix
··· 18 18 description = "'D is not GLib' utility libraries"; 19 19 homepage = "https://pagure.io/SSSD/ding-libs"; 20 20 platforms = with lib.platforms; linux; 21 - maintainers = with lib.maintainers; [ e-user ]; 21 + maintainers = with lib.maintainers; [ ]; 22 22 license = [ lib.licenses.gpl3 lib.licenses.lgpl3 ]; 23 23 }; 24 24 }
+1 -1
pkgs/tools/text/sgml/jade/default.nix
··· 39 39 license = "custom"; 40 40 homepage = "http://www.jclark.com/jade/"; 41 41 platforms = with lib.platforms; linux; 42 - maintainers = with lib.maintainers; [ e-user ]; 42 + maintainers = with lib.maintainers; [ ]; 43 43 }; 44 44 }