forked from mirrors/nixpkgs
maintainers: add wraithm
This commit is contained in:
parent
884edcc23a
commit
92b71b5be9
|
@ -15983,6 +15983,12 @@
|
|||
github = "wr0belj";
|
||||
githubId = 40501814;
|
||||
};
|
||||
wraithm = {
|
||||
name = "Matthew Wraith";
|
||||
email = "wraithm@gmail.com";
|
||||
github = "wraithm";
|
||||
githubId = 1512913;
|
||||
};
|
||||
wrmilling = {
|
||||
name = "Winston R. Milling";
|
||||
email = "Winston@Milli.ng";
|
||||
|
|
|
@ -81,6 +81,7 @@ with lib.maintainers; {
|
|||
# Verify additions to this team with at least one already existing member of the team.
|
||||
members = [
|
||||
cdepillabout
|
||||
wraithm
|
||||
];
|
||||
scope = "Group registration for packages maintained by Bitnomial.";
|
||||
shortName = "Bitnomial employees";
|
||||
|
|
|
@ -28,7 +28,7 @@ buildGoModule rec {
|
|||
description = "Grafana Dash-n-Grab (gdg) -- backup and restore Grafana dashboards, datasources, and other entities";
|
||||
license = licenses.bsd3;
|
||||
homepage = "https://github.com/esnet/gdg";
|
||||
maintainers = with maintainers; [ wraithm ] ++ teams.bitnomial.members;
|
||||
maintainers = with maintainers; teams.bitnomial.members;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "gdg";
|
||||
changelog =
|
||||
|
|
Loading…
Reference in a new issue