Unverified Commit 3700b96e authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

jaq: add ngi team



Jaq is an ngi project and the ngi team has an interest in maintaining
these projects.

Signed-off-by: default avatarEthan Carter Edwards <ethan@ethancedwards.com>
parent 08f67066
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    homepage = "https://github.com/01mf02/jaq";
    changelog = "https://github.com/01mf02/jaq/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.mit;
    teams = [ lib.teams.ngi ];
    maintainers = with lib.maintainers; [
      figsoda
      siraben