rippled: update maintainers

This commit is contained in:
raghavsood
2020-07-06 10:00:09 +08:00
parent 3fc86629ed
commit 8eee3478ae
2 changed files with 7 additions and 1 deletions
+1 -1
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" ];
};