rippled: update maintainers

This commit is contained in:
raghavsood 2020-07-06 10:00:09 +08:00
parent 3fc86629ed
commit 8eee3478ae
No known key found for this signature in database
GPG key ID: 947862F324C79D21
2 changed files with 7 additions and 1 deletions

View file

@ -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";

View file

@ -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" ];
};