Unverified Commit 30506f34 authored by Kevin van Zonneveld's avatar Kevin van Zonneveld Committed by GitHub
Browse files

Add @kvz and @Acconut as maintainers of tusd (#406699)

parent f740e21d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -537,6 +537,12 @@
      }
    ];
  };
  Acconut = {
    email = "marius@transloadit.com";
    github = "Acconut";
    githubId = 1375043;
    name = "Marius Kleidl";
  };
  acesyde = {
    name = "Pierre-Emmanuel Mercier";
    email = "acesyde@gmail.com";
@@ -13423,6 +13429,12 @@
    githubId = 58425080;
    name = "Viktor Pocedulić";
  };
  kvz = {
    email = "kevin@transloadit.com";
    github = "kvz";
    githubId = 26752;
    name = "Kevin van Zonneveld";
  };
  kwaa = {
    name = "藍+85CD";
    email = "kwa@kwaa.dev";
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ buildGoModule rec {
    maintainers = with lib.maintainers; [
      nh2
      kalbasit
      kvz
      Acconut
    ];
  };
}