maintainers/team-list: add ngi team (#344669)

This commit is contained in:
Weijia Wang 2024-10-15 21:04:01 +02:00 committed by GitHub
commit a30e284fcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 14 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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

View File

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