Commit 92b71b5b authored by Matthew Wraith's avatar Matthew Wraith
Browse files

maintainers: add wraithm

parent 884edcc2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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 =