rippled: update maintainers

wip/yesman
raghavsood 4 years ago
parent 3fc86629ed
commit 8eee3478ae
No known key found for this signature in database
GPG Key ID: 947862F324C79D21
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      pkgs/servers/rippled/default.nix

@ -6486,6 +6486,12 @@
githubId = 131856;
name = "Arnout Engelen";
};
RaghavSood = {
email = "r@raghavsood.com";
github = "RaghavSood";
githubId = 903072;
name = "Raghav Sood";
};
rafaelgg = {
email = "rafael.garcia.gallego@gmail.com";
github = "rafaelgg";

@ -157,7 +157,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Ripple P2P payment network reference server";
homepage = "https://github.com/ripple/rippled";
maintainers = with maintainers; [ ehmry offline ];
maintainers = with maintainers; [ ehmry offline RaghavSood ];
license = licenses.isc;
platforms = [ "x86_64-linux" ];
};

Loading…
Cancel
Save