Merge pull request #199138 from madjar/remove-maintainer

Removing madjar as maintainer from packages where he cannot contribute anymore

authored by Linus Heckemann and committed by GitHub 238d1dbf 3c86c4ce

+2 -2
+1 -1
pkgs/development/compilers/rust/rustc.nix
··· 201 201 meta = with lib; { 202 202 homepage = "https://www.rust-lang.org/"; 203 203 description = "A safe, concurrent, practical language"; 204 - maintainers = with maintainers; [ madjar cstrahan globin havvy ]; 204 + maintainers = with maintainers; [ cstrahan globin havvy ]; 205 205 license = [ licenses.mit licenses.asl20 ]; 206 206 platforms = platforms.linux ++ platforms.darwin; 207 207 };
+1 -1
pkgs/tools/virtualization/cloud-init/default.nix
··· 118 118 homepage = "https://cloudinit.readthedocs.org"; 119 119 description = "Provides configuration and customization of cloud instance"; 120 120 license = with licenses; [ asl20 gpl3Plus ]; 121 - maintainers = with maintainers; [ madjar phile314 illustris ]; 121 + maintainers = with maintainers; [ phile314 illustris ]; 122 122 platforms = platforms.all; 123 123 }; 124 124 }