maintainers: add wraithm

This commit is contained in:
Matthew Wraith 2023-02-17 18:46:36 -08:00
parent 884edcc23a
commit 92b71b5be9
3 changed files with 8 additions and 1 deletions

View File

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

View File

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

View File

@ -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 =