From a36883ddfeb21f917e0256e058e45efb6c7dad7f Mon Sep 17 00:00:00 2001 From: mdarocha Date: Fri, 23 Jun 2023 14:29:44 +0200 Subject: [PATCH] maintainers: add dotnet team --- doc/languages-frameworks/dotnet.section.md | 2 ++ maintainers/team-list.nix | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/doc/languages-frameworks/dotnet.section.md b/doc/languages-frameworks/dotnet.section.md index 246490d67d26..39e741618269 100644 --- a/doc/languages-frameworks/dotnet.section.md +++ b/doc/languages-frameworks/dotnet.section.md @@ -210,3 +210,5 @@ buildDotnetGlobalTool { }; } ``` + +When packaging a new .NET application in nixpkgs, you can tag the [`@NixOS/dotnet`](https://github.com/orgs/nixos/teams/dotnet) team for help and code review. diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 859eaf9e60a7..b0bac14705b9 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -181,6 +181,19 @@ with lib.maintainers; { shortName = "Cosmopolitan"; }; + dotnet = { + members = [ + ivar + mdarocha + corngood + raphaelr + jamiemagee + anpin + ]; + scope = "Maintainers of the .NET build tools and packages"; + shortName = "dotnet"; + }; + deepin = { members = [ rewine