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
@@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
homepage = "https://getmonero.org/";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ ehmry rnhmjoj ];
maintainers = with maintainers; [ rnhmjoj ];
};
}