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
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Cosmic recursive fractal flames";
homepage = "https://flam3.com/";
maintainers = [ maintainers.nand0p ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
license = licenses.gpl3Plus;
};
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "GL Easy Extension Library";
homepage = "https://sourceforge.net/p/glee/glee/";
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
license = licenses.gpl3;
};
+1 -1
View File
@@ -79,7 +79,7 @@ in stdenv.mkDerivation rec {
description = "Ethereum miner with OpenCL${lib.optionalString cudaSupport ", CUDA"} and stratum support";
homepage = "https://github.com/ethereum-mining/ethminer";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ nand0p atemu ];
maintainers = with maintainers; [ atemu ];
license = licenses.gpl3Only;
broken = cudaSupport;
};
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "The httperf HTTP load generator";
homepage = "https://github.com/httperf/httperf";
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
license = licenses.gpl2;
platforms = platforms.all;
};
+1 -1
View File
@@ -20,7 +20,7 @@ buildGoPackage rec {
meta = with lib; {
homepage = "https://github.com/AdRoll/hologram/";
description = "Easy, painless AWS credentials on developer laptops";
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
license = licenses.asl20;
};
}