lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

maintainers: remove funfunctor

no github account linked

ajs124 e23c5a94 9c583f06

+2 -6
-4
maintainers/maintainer-list.nix
··· 4435 4435 githubId = 36706276; 4436 4436 name = "Fufezan Mihai"; 4437 4437 }; 4438 - funfunctor = { 4439 - email = "eocallaghan@alterapraxis.com"; 4440 - name = "Edward O'Callaghan"; 4441 - }; 4442 4438 fusion809 = { 4443 4439 email = "brentonhorne77@gmail.com"; 4444 4440 github = "fusion809";
+1 -1
pkgs/development/libraries/libbladeRF/default.nix
··· 52 52 homepage = "https://nuand.com/libbladeRF-doc"; 53 53 description = "Supporting library of the BladeRF SDR opensource hardware"; 54 54 license = licenses.lgpl21; 55 - maintainers = with maintainers; [ funfunctor ]; 55 + maintainers = with maintainers; [ ]; 56 56 platforms = platforms.unix; 57 57 }; 58 58 }
+1 -1
pkgs/tools/misc/flashrom/default.nix
··· 54 54 homepage = "https://www.flashrom.org"; 55 55 description = "Utility for reading, writing, erasing and verifying flash ROM chips"; 56 56 license = licenses.gpl2; 57 - maintainers = with maintainers; [ funfunctor fpletz felixsinger ]; 57 + maintainers = with maintainers; [ fpletz felixsinger ]; 58 58 platforms = platforms.all; 59 59 broken = stdenv.isDarwin; # requires DirectHW 60 60 };