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
@@ -27,7 +27,6 @@ stdenv.mkDerivation {
description = "Multi-algo CPUMiner";
homepage = "https://github.com/wolf9466/cpuminer-multi";
license = licenses.gpl2;
maintainers = [ maintainers.ehmry ];
# does not build on i686 https://github.com/lucasjones/cpuminer-multi/issues/27
platforms = [ "x86_64-linux" ];
};