File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff 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 } ;
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments