Commit 0303ea1f authored by Weijia Wang's avatar Weijia Wang
Browse files

naja, omnom, taler-depolymerization, taler-wallet-core: update maintainers

parent cc0e679a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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;
  };
+1 −3
Original line number Diff line number Diff line
@@ -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";
  };
}
+1 −3
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −3
Original line number Diff line number Diff line
@@ -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";
  };