Merge pull request #122994 from mweinelt/remove-inactive-maintainer/nand0p

treewide: remove nand0p as maintainer
This commit is contained in:
Sandro
2021-05-17 02:18:03 +02:00
committed by GitHub
45 changed files with 47 additions and 53 deletions
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
description = "PoW algorithm for Ethereum 1.0 based on Dagger-Hashimoto";
homepage = "https://github.com/ethereum/ethash";
platforms = platforms.unix;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
license = licenses.asl20;
};
}
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
inherit version;
homepage = "https://github.com/open-source-parsers/jsoncpp";
description = "A C++ library for interacting with JSON";
maintainers = with maintainers; [ ttuegel cpages nand0p ];
maintainers = with maintainers; [ ttuegel cpages ];
license = licenses.mit;
platforms = platforms.all;
};