Merge pull request #224122 from superherointj/remove-superherointj

maintainers: remove superherointj

authored by Ilan Joselevich and committed by GitHub ce1d1262 242246ee

+2 -9
-7
maintainers/maintainer-list.nix
··· 14570 githubId = 2666479; 14571 name = "Y Nguyen"; 14572 }; 14573 - superherointj = { 14574 - name = "Sérgio Marcelo"; 14575 - email = "sergiomarcelo+nixpkgs@ya.ru"; 14576 - matrix = "@superherointj:matrix.org"; 14577 - github = "superherointj"; 14578 - githubId = 5861043; 14579 - }; 14580 SuperSandro2000 = { 14581 email = "sandro.jaeckel@gmail.com"; 14582 matrix = "@sandro:supersandro.de";
··· 14570 githubId = 2666479; 14571 name = "Y Nguyen"; 14572 }; 14573 SuperSandro2000 = { 14574 email = "sandro.jaeckel@gmail.com"; 14575 matrix = "@sandro:supersandro.de";
+1 -1
pkgs/applications/networking/cluster/fluxcd/default.nix
··· 66 ''; 67 homepage = "https://fluxcd.io"; 68 license = licenses.asl20; 69 - maintainers = with maintainers; [ bryanasdev000 jlesquembre superherointj ]; 70 mainProgram = "flux"; 71 }; 72 }
··· 66 ''; 67 homepage = "https://fluxcd.io"; 68 license = licenses.asl20; 69 + maintainers = with maintainers; [ bryanasdev000 jlesquembre ]; 70 mainProgram = "flux"; 71 }; 72 }
+1 -1
pkgs/applications/networking/cluster/k3s/1_26/default.nix
··· 77 description = "A lightweight Kubernetes distribution"; 78 license = licenses.asl20; 79 homepage = "https://k3s.io"; 80 - maintainers = with maintainers; [ euank mic92 superherointj yajo ]; 81 platforms = platforms.linux; 82 }; 83
··· 77 description = "A lightweight Kubernetes distribution"; 78 license = licenses.asl20; 79 homepage = "https://k3s.io"; 80 + maintainers = with maintainers; [ euank mic92 yajo ]; 81 platforms = platforms.linux; 82 }; 83