maintainers: add plusgut

This commit is contained in:
plusgut 2023-11-02 20:59:05 +01:00
parent d032c71dee
commit f0be1bd5be
2 changed files with 8 additions and 1 deletions

View File

@ -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";

View File

@ -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;
};
}