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:20:20 +01:00
parent 90a9906637
commit ee80707159
5 changed files with 3 additions and 5 deletions

View file

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

View file

@ -150,6 +150,6 @@ python3.pkgs.buildPythonApplication {
homepage = "https://electrum.org/"; homepage = "https://electrum.org/";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ ehmry joachifm np prusnak ]; maintainers = with maintainers; [ joachifm np prusnak ];
}; };
} }

View file

@ -31,6 +31,5 @@ mkDerivation {
homepage = "https://centrabit.com/"; homepage = "https://centrabit.com/";
license = licenses.gpl3; license = licenses.gpl3;
platforms = qt5.qtbase.meta.platforms; platforms = qt5.qtbase.meta.platforms;
maintainers = [ maintainers.ehmry ];
}; };
} }

View file

@ -160,7 +160,7 @@ in stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Ripple P2P payment network reference server"; description = "Ripple P2P payment network reference server";
homepage = "https://github.com/ripple/rippled"; homepage = "https://github.com/ripple/rippled";
maintainers = with maintainers; [ ehmry offline RaghavSood ]; maintainers = with maintainers; [ offline RaghavSood ];
license = licenses.isc; license = licenses.isc;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };

View file

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