mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 05:59:17 +03:00
maintainers: add p0lyw0lf
This commit is contained in:
parent
87f57403be
commit
9f10bba390
3 changed files with 8 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue