Skip to content

Commit

Permalink
maintainers/team-list: add ngi team (#344669)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Oct 15, 2024
2 parents 62c003b + 0303ea1 commit a30e284
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
10 changes: 10 additions & 0 deletions maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,16 @@ with lib.maintainers;
enableFeatureFreezePing = true;
};

ngi = {
members = [
eljamm
fricklerhandwerk
wegank
];
scope = "Maintain NGI-supported software.";
shortName = "NGI";
};

node = {
members = [ winter ];
scope = "Maintain Node.js runtimes and build tooling.";
Expand Down
4 changes: 1 addition & 3 deletions pkgs/by-name/na/naja/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ stdenv.mkDerivation {
description = "Structural Netlist API (and more) for EDA post synthesis flow development";
homepage = "https://github.com/najaeda/naja";
license = lib.licenses.asl20;
maintainers = [
# maintained by the team working on NGI-supported software, no group for this yet
];
maintainers = lib.teams.ngi.members;
mainProgram = "naja_edit";
platforms = lib.platforms.all;
};
Expand Down
4 changes: 1 addition & 3 deletions pkgs/by-name/om/omnom/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ buildGoModule {
description = "A webpage bookmarking and snapshotting service";
homepage = "https://github.com/asciimoo/omnom";
license = lib.licenses.agpl3Only;
maintainers = [
# maintained by the team working on NGI-supported software, no group for this yet
];
maintainers = lib.teams.ngi.members;
mainProgram = "omnom";
};
}
4 changes: 1 addition & 3 deletions pkgs/by-name/ta/taler-depolymerization/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ rustPlatform.buildRustPackage {
description = "Wire gateway for Bitcoin/Ethereum";
homepage = "https://git.taler.net/depolymerization.git/";
license = lib.licenses.agpl3Only;
maintainers = [
# maintained by the team working on NGI-supported software, no group for this yet
];
maintainers = lib.teams.ngi.members;
};
}
4 changes: 1 addition & 3 deletions pkgs/by-name/ta/taler-wallet-core/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://git.taler.net/wallet-core.git/";
description = "CLI wallet for GNU Taler written in TypeScript and Anastasis Web UI";
license = lib.licenses.gpl3Plus;
maintainers = [
# maintained by the team working on NGI-supported software, no group for this yet
];
maintainers = lib.teams.ngi.members;
platforms = lib.platforms.linux;
mainProgram = "taler-wallet-cli";
};
Expand Down

0 comments on commit a30e284

Please sign in to comment.