maintainers: remove fuzzy-id

no github account linked

ajs124 fa32663f 883e38ae

+3 -7
-4
maintainers/maintainer-list.nix
··· 4453 4453 githubId = 17859309; 4454 4454 name = "Fuzen"; 4455 4455 }; 4456 - fuzzy-id = { 4457 - email = "hacking+nixos@babibo.de"; 4458 - name = "Thomas Bach"; 4459 - }; 4460 4456 fxfactorial = { 4461 4457 email = "edgar.factorial@gmail.com"; 4462 4458 github = "fxfactorial";
+1 -1
pkgs/misc/cups/drivers/mfcl8690cdwcupswrapper/default.nix
··· 40 40 homepage = "http://www.brother.com/"; 41 41 license = lib.licenses.unfree; 42 42 platforms = lib.platforms.linux; 43 - maintainers = [ lib.maintainers.fuzzy-id ]; 43 + maintainers = [ ]; 44 44 }; 45 45 }
+1 -1
pkgs/misc/cups/drivers/mfcl8690cdwlpr/default.nix
··· 40 40 homepage = "http://www.brother.com/"; 41 41 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 42 42 license = lib.licenses.unfree; 43 - maintainers = [ lib.maintainers.fuzzy-id ]; 43 + maintainers = [ ]; 44 44 platforms = [ "i686-linux" ]; 45 45 }; 46 46 }
+1 -1
pkgs/tools/networking/haproxy/default.nix
··· 67 67 homepage = "https://haproxy.org"; 68 68 changelog = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/CHANGELOG"; 69 69 license = with licenses; [ gpl2Plus lgpl21Only ]; 70 - maintainers = with maintainers; [ fuzzy-id ]; 70 + maintainers = with maintainers; [ ]; 71 71 platforms = with platforms; linux ++ darwin; 72 72 }; 73 73 }