forked from mirrors/nixpkgs
jetbrains.rider: add raphaelr to maintainers
This commit is contained in:
parent
288b886396
commit
c1ad7b9056
|
@ -10934,6 +10934,13 @@
|
|||
githubId = 314564;
|
||||
name = "Ryan Lahfa";
|
||||
};
|
||||
raphaelr = {
|
||||
email = "raphael-git@tapesoftware.net";
|
||||
matrix = "@raphi:tapesoftware.net";
|
||||
github = "raphaelr";
|
||||
githubId = 121178;
|
||||
name = "Raphael Robatsch";
|
||||
};
|
||||
raquelgb = {
|
||||
email = "raquel.garcia.bautista@gmail.com";
|
||||
github = "raquelgb";
|
||||
|
|
|
@ -224,7 +224,7 @@ let
|
|||
apps, services and libraries, Unity games, ASP.NET and
|
||||
ASP.NET Core web applications.
|
||||
'';
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ raphaelr ];
|
||||
};
|
||||
}).overrideAttrs (attrs: {
|
||||
postPatch = lib.optionalString (!stdenv.isDarwin) (attrs.postPatch + ''
|
||||
|
|
Loading…
Reference in a new issue