Skip to content

Commit 0303ea1

Browse files
committed
naja, omnom, taler-depolymerization, taler-wallet-core: update maintainers
1 parent cc0e679 commit 0303ea1

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

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)