Skip to content

Commit a30e284

Browse files
authored
maintainers/team-list: add ngi team (#344669)
2 parents 62c003b + 0303ea1 commit a30e284

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

maintainers/team-list.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,16 @@ with lib.maintainers;
749749
enableFeatureFreezePing = true;
750750
};
751751

752+
ngi = {
753+
members = [
754+
eljamm
755+
fricklerhandwerk
756+
wegank
757+
];
758+
scope = "Maintain NGI-supported software.";
759+
shortName = "NGI";
760+
};
761+
752762
node = {
753763
members = [ winter ];
754764
scope = "Maintain Node.js runtimes and build tooling.";

pkgs/by-name/na/naja/package.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ stdenv.mkDerivation {
6666
description = "Structural Netlist API (and more) for EDA post synthesis flow development";
6767
homepage = "https://github.com/najaeda/naja";
6868
license = lib.licenses.asl20;
69-
maintainers = [
70-
# maintained by the team working on NGI-supported software, no group for this yet
71-
];
69+
maintainers = lib.teams.ngi.members;
7270
mainProgram = "naja_edit";
7371
platforms = lib.platforms.all;
7472
};

pkgs/by-name/om/omnom/package.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ buildGoModule {
5252
description = "A webpage bookmarking and snapshotting service";
5353
homepage = "https://github.com/asciimoo/omnom";
5454
license = lib.licenses.agpl3Only;
55-
maintainers = [
56-
# maintained by the team working on NGI-supported software, no group for this yet
57-
];
55+
maintainers = lib.teams.ngi.members;
5856
mainProgram = "omnom";
5957
};
6058
}

pkgs/by-name/ta/taler-depolymerization/package.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ rustPlatform.buildRustPackage {
4848
description = "Wire gateway for Bitcoin/Ethereum";
4949
homepage = "https://git.taler.net/depolymerization.git/";
5050
license = lib.licenses.agpl3Only;
51-
maintainers = [
52-
# maintained by the team working on NGI-supported software, no group for this yet
53-
];
51+
maintainers = lib.teams.ngi.members;
5452
};
5553
}

pkgs/by-name/ta/taler-wallet-core/package.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ stdenv.mkDerivation (finalAttrs: {
101101
homepage = "https://git.taler.net/wallet-core.git/";
102102
description = "CLI wallet for GNU Taler written in TypeScript and Anastasis Web UI";
103103
license = lib.licenses.gpl3Plus;
104-
maintainers = [
105-
# maintained by the team working on NGI-supported software, no group for this yet
106-
];
104+
maintainers = lib.teams.ngi.members;
107105
platforms = lib.platforms.linux;
108106
mainProgram = "taler-wallet-cli";
109107
};

0 commit comments

Comments
 (0)