Commit a36883dd authored by mdarocha's avatar mdarocha
Browse files

maintainers: add dotnet team

parent 0fd3aa4e
Loading
Loading
Loading
Loading
+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