maintainers: add p0lyw0lf
This commit is contained in:
parent
87f57403be
commit
9f10bba390
@ -18717,6 +18717,12 @@
|
|||||||
name = "Philipp Rintz";
|
name = "Philipp Rintz";
|
||||||
matrix = "@philipp:srv.icu";
|
matrix = "@philipp:srv.icu";
|
||||||
};
|
};
|
||||||
|
p0lyw0lf = {
|
||||||
|
email = "p0lyw0lf@protonmail.com";
|
||||||
|
name = "PolyWolf";
|
||||||
|
github = "p0lyw0lf";
|
||||||
|
githubId = 31190026;
|
||||||
|
};
|
||||||
p3psi = {
|
p3psi = {
|
||||||
name = "Elliot Boo";
|
name = "Elliot Boo";
|
||||||
email = "p3psi.boo@gmail.com";
|
email = "p3psi.boo@gmail.com";
|
||||||
|
|||||||
@ -117,7 +117,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/sanic-org/sanic/";
|
homepage = "https://github.com/sanic-org/sanic/";
|
||||||
changelog = "https://github.com/sanic-org/sanic/releases/tag/${src.tag}";
|
changelog = "https://github.com/sanic-org/sanic/releases/tag/${src.tag}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ p0lyw0lf ];
|
||||||
mainProgram = "sanic";
|
mainProgram = "sanic";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -44,6 +44,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/sanic-org/tracerite";
|
homepage = "https://github.com/sanic-org/tracerite";
|
||||||
changelog = "https://github.com/sanic-org/tracerite/releases/tag/v${version}";
|
changelog = "https://github.com/sanic-org/tracerite/releases/tag/v${version}";
|
||||||
license = licenses.unlicense;
|
license = licenses.unlicense;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ p0lyw0lf ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user