diff options
| author | PedroHLC ☭ <root@pedrohlc.com> | 2022-05-21 10:15:01 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-02 18:26:06 +0000 |
| commit | 5776ccd20acacf7578ba7e02c1653a997c7d80f0 (patch) | |
| tree | 0f31062a9ef7ac5855c82106dc490709b3bf8a18 | |
| parent | Merge pull request #175890 from NixOS/backport-175647-to-release-22.05 (diff) | |
| download | nixpkgs-5776ccd20acacf7578ba7e02c1653a997c7d80f0.tar.gz | |
Add @PedroHLC to maintainer-list
(cherry picked from commit df38903e7985d5aff55f9111bac5fa6e4a0a65c7)
| -rw-r--r-- | maintainers/maintainer-list.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index a102231919e4..65d8d81cca74 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -9820,6 +9820,12 @@ githubId = 8641; name = "Pierre Carrier"; }; + pedrohlc = { + email = "root@pedrohlc.com"; + github = "PedroHLC"; + githubId = 1368952; + name = "Pedro Lara Campos"; + }; penguwin = { email = "penguwin@penguwin.eu"; github = "penguwin"; |
