Trim ehmry from some package maintainers

I prefer not to be associated with anything blockchain related.
This commit is contained in:
Emery Hemingway
2021-03-23 10:24:00 +01:00
parent 90a9906637
commit ee80707159
5 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "Ripple P2P payment network reference server";
homepage = "https://github.com/ripple/rippled";
maintainers = with maintainers; [ ehmry offline RaghavSood ];
maintainers = with maintainers; [ offline RaghavSood ];
license = licenses.isc;
platforms = [ "x86_64-linux" ];
};