aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/rippled
diff options
context:
space:
mode:
authorraghavsood <r@raghavsood.com>2020-07-06 10:00:09 +0800
committerraghavsood <r@raghavsood.com>2020-07-06 10:00:09 +0800
commit8eee3478aed0f86bc63f6b98811c4f117e78bb23 (patch)
tree4f66cfef8b594e5e4989d696c461067bd8c83ffb /pkgs/servers/rippled
parent3fc86629ed549e18102fcc2f6b71f2a88d2e5ebd (diff)
rippled: update maintainers
Diffstat (limited to 'pkgs/servers/rippled')
-rw-r--r--pkgs/servers/rippled/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/rippled/default.nix b/pkgs/servers/rippled/default.nix
index 0ece3ee5d86a..426b29c4b08a 100644
--- a/pkgs/servers/rippled/default.nix
+++ b/pkgs/servers/rippled/default.nix
@@ -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" ];
};