maintainers: add p0lyw0lf

This commit is contained in:
p0lyw0lf 2025-05-24 08:34:25 -04:00
parent 87f57403be
commit 9f10bba390
3 changed files with 8 additions and 2 deletions

View file

@ -18717,6 +18717,12 @@
name = "Philipp Rintz";
matrix = "@philipp:srv.icu";
};
p0lyw0lf = {
email = "p0lyw0lf@protonmail.com";
name = "PolyWolf";
github = "p0lyw0lf";
githubId = 31190026;
};
p3psi = {
name = "Elliot Boo";
email = "p3psi.boo@gmail.com";

View file

@ -117,7 +117,7 @@ buildPythonPackage rec {
homepage = "https://github.com/sanic-org/sanic/";
changelog = "https://github.com/sanic-org/sanic/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ p0lyw0lf ];
mainProgram = "sanic";
};
}

View file

@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sanic-org/tracerite";
changelog = "https://github.com/sanic-org/tracerite/releases/tag/v${version}";
license = licenses.unlicense;
maintainers = [ ];
maintainers = with maintainers; [ p0lyw0lf ];
};
}