summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 01:50:46 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:55:00 +0200
commitfa32663f502725015bbb593fa0ebf25bfc5043c8 (patch)
tree4bec21da5309fdeac572512d4de372c2b110e230 /pkgs
parent883e38ae9740b60e554376a8b026fd29e9da4a03 (diff)
downloadnixpkgs-fa32663f502725015bbb593fa0ebf25bfc5043c8.tar
nixpkgs-fa32663f502725015bbb593fa0ebf25bfc5043c8.tar.gz
nixpkgs-fa32663f502725015bbb593fa0ebf25bfc5043c8.tar.bz2
nixpkgs-fa32663f502725015bbb593fa0ebf25bfc5043c8.tar.lz
nixpkgs-fa32663f502725015bbb593fa0ebf25bfc5043c8.tar.xz
nixpkgs-fa32663f502725015bbb593fa0ebf25bfc5043c8.tar.zst
nixpkgs-fa32663f502725015bbb593fa0ebf25bfc5043c8.zip
maintainers: remove fuzzy-id
no github account linked
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/misc/cups/drivers/mfcl8690cdwcupswrapper/default.nix2
-rw-r--r--pkgs/misc/cups/drivers/mfcl8690cdwlpr/default.nix2
-rw-r--r--pkgs/tools/networking/haproxy/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/cups/drivers/mfcl8690cdwcupswrapper/default.nix b/pkgs/misc/cups/drivers/mfcl8690cdwcupswrapper/default.nix
index a7fd86a3169..dbc6a8fc8e5 100644
--- a/pkgs/misc/cups/drivers/mfcl8690cdwcupswrapper/default.nix
+++ b/pkgs/misc/cups/drivers/mfcl8690cdwcupswrapper/default.nix
@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
     homepage = "http://www.brother.com/";
     license = lib.licenses.unfree;
     platforms = lib.platforms.linux;
-    maintainers = [ lib.maintainers.fuzzy-id ];
+    maintainers = [ ];
   };
 }
diff --git a/pkgs/misc/cups/drivers/mfcl8690cdwlpr/default.nix b/pkgs/misc/cups/drivers/mfcl8690cdwlpr/default.nix
index 4bb07cbfcad..8a0b981a823 100644
--- a/pkgs/misc/cups/drivers/mfcl8690cdwlpr/default.nix
+++ b/pkgs/misc/cups/drivers/mfcl8690cdwlpr/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
     homepage = "http://www.brother.com/";
     sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
     license = lib.licenses.unfree;
-    maintainers = [ lib.maintainers.fuzzy-id ];
+    maintainers = [ ];
     platforms = [ "i686-linux" ];
   };
 }
diff --git a/pkgs/tools/networking/haproxy/default.nix b/pkgs/tools/networking/haproxy/default.nix
index 2c65634f012..c5eef48192a 100644
--- a/pkgs/tools/networking/haproxy/default.nix
+++ b/pkgs/tools/networking/haproxy/default.nix
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
     homepage = "https://haproxy.org";
     changelog = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/CHANGELOG";
     license = with licenses; [ gpl2Plus lgpl21Only ];
-    maintainers = with maintainers; [ fuzzy-id ];
+    maintainers = with maintainers; [ ];
     platforms = with platforms; linux ++ darwin;
   };
 }