tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
maintainers: remove fuzzy-id
no github account linked
ajs124
3 years ago
fa32663f
883e38ae
+3
-7
4 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
pkgs
misc
cups
drivers
mfcl8690cdwcupswrapper
default.nix
mfcl8690cdwlpr
default.nix
tools
networking
haproxy
default.nix
-4
maintainers/maintainer-list.nix
···
4453
4453
githubId = 17859309;
4454
4454
name = "Fuzen";
4455
4455
};
4456
4456
-
fuzzy-id = {
4457
4457
-
email = "hacking+nixos@babibo.de";
4458
4458
-
name = "Thomas Bach";
4459
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
43
-
maintainers = [ lib.maintainers.fuzzy-id ];
43
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
43
-
maintainers = [ lib.maintainers.fuzzy-id ];
43
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
70
-
maintainers = with maintainers; [ fuzzy-id ];
70
70
+
maintainers = with maintainers; [ ];
71
71
platforms = with platforms; linux ++ darwin;
72
72
};
73
73
}