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

Add thefossguy as nixpkgs maintainer
This commit is contained in:
Florian Klink 2024-03-21 13:26:32 +02:00 committed by GitHub
commit e9de367378
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -19344,6 +19344,13 @@
githubId = 42933;
name = "Andrew Childs";
};
thefossguy = {
name = "Pratham Patel";
email = "prathampatel@thefossguy.com";
matrix = "@thefossguy:matrix.org";
github = "thefossguy";
githubId = 44400303;
};
thehedgeh0g = {
name = "The Hedgehog";
email = "hedgehog@mrhedgehog.xyz";

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation {
description = "Rockchip proprietary bootloader blobs";
homepage = "https://github.com/rockchip-linux/rkbin";
license = licenses.unfree;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ thefossguy ];
platforms = [ "aarch64-linux" ];
};
}