Merge pull request #297643 from thefossguy/add-thefossguy-as-nixpkgs-maintainer

Add thefossguy as nixpkgs maintainer

authored by Florian Klink and committed by GitHub e9de3673 5a2110cb

+8 -1
+7
maintainers/maintainer-list.nix
··· 19344 19344 githubId = 42933; 19345 19345 name = "Andrew Childs"; 19346 19346 }; 19347 + thefossguy = { 19348 + name = "Pratham Patel"; 19349 + email = "prathampatel@thefossguy.com"; 19350 + matrix = "@thefossguy:matrix.org"; 19351 + github = "thefossguy"; 19352 + githubId = 44400303; 19353 + }; 19347 19354 thehedgeh0g = { 19348 19355 name = "The Hedgehog"; 19349 19356 email = "hedgehog@mrhedgehog.xyz";
+1 -1
pkgs/by-name/rk/rkbin/package.nix
··· 28 28 description = "Rockchip proprietary bootloader blobs"; 29 29 homepage = "https://github.com/rockchip-linux/rkbin"; 30 30 license = licenses.unfree; 31 - maintainers = with maintainers; [ ]; 31 + maintainers = with maintainers; [ thefossguy ]; 32 32 platforms = [ "aarch64-linux" ]; 33 33 }; 34 34 }