Unverified Commit 87c74ebf authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #265084 from plusgut/maintainers_marksman

parents e8be045c f0be1bd5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -14082,6 +14082,13 @@
    githubId = 13000278;
    name = "Maksim Bronsky";
  };
  plusgut = {
    name = "Carlo Jeske";
    email = "carlo.jeske+nixpkgs@webentwickler2-0.de";
    github = "plusgut";
    githubId = 277935;
    matrix = "@plusgut5:matrix.org";
  };
  PlushBeaver = {
    name = "Dmitry Kozlyuk";
    email = "dmitry.kozliuk+nixpkgs@gmail.com";
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ buildDotnetModule rec {
    '';
    homepage = "https://github.com/artempyanykh/marksman";
    license = licenses.mit;
    maintainers = with maintainers; [ stasjok ];
    maintainers = with maintainers; [ stasjok plusgut ];
    platforms = dotnet-sdk.meta.platforms;
  };
}