maintainers: remove funfunctor

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:46:55 +02:00
parent 9c583f06af
commit e23c5a9471
3 changed files with 2 additions and 6 deletions

View File

@ -4435,10 +4435,6 @@
githubId = 36706276;
name = "Fufezan Mihai";
};
funfunctor = {
email = "eocallaghan@alterapraxis.com";
name = "Edward O'Callaghan";
};
fusion809 = {
email = "brentonhorne77@gmail.com";
github = "fusion809";

View File

@ -52,7 +52,7 @@ in stdenv.mkDerivation rec {
homepage = "https://nuand.com/libbladeRF-doc";
description = "Supporting library of the BladeRF SDR opensource hardware";
license = licenses.lgpl21;
maintainers = with maintainers; [ funfunctor ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.flashrom.org";
description = "Utility for reading, writing, erasing and verifying flash ROM chips";
license = licenses.gpl2;
maintainers = with maintainers; [ funfunctor fpletz felixsinger ];
maintainers = with maintainers; [ fpletz felixsinger ];
platforms = platforms.all;
broken = stdenv.isDarwin; # requires DirectHW
};