Unverified Commit 2ca5cfd7 authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

Merge pull request #239360 from mdarocha/dotnet-team

Create a .NET maintainers team
parents 2c247971 64c5f8b2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -296,6 +296,8 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
# Dotnet
/pkgs/build-support/dotnet                  @IvarWithoutBones
/pkgs/development/compilers/dotnet          @IvarWithoutBones
/pkgs/test/dotnet                           @IvarWithoutBones
/doc/languages-frameworks/dotnet.section.md @IvarWithoutBones

# Node.js
/pkgs/build-support/node/build-npm-package      @lilyinstarlight @winterqt
+2 −0
Original line number Diff line number Diff line
@@ -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.
+13 −0
Original line number Diff line number Diff line
@@ -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