From b0e46fc3ead209ef24ed6214bd41ef6e604af54f Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 3 Aug 2015 21:31:44 -0500 Subject: hplip: remove ttuegel from maintainers I no longer commit my changes to Nixpkgs because they are usually broken by other maintainers. --- pkgs/misc/drivers/hplip/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/misc/drivers/hplip') diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix index d173b0ac406e..5c29c99c77e1 100644 --- a/pkgs/misc/drivers/hplip/default.nix +++ b/pkgs/misc/drivers/hplip/default.nix @@ -175,6 +175,6 @@ stdenv.mkDerivation { then licenses.unfree else with licenses; [ mit bsd2 gpl2Plus ]; platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" ]; - maintainers = with maintainers; [ ttuegel jgeerds nckx ]; + maintainers = with maintainers; [ jgeerds nckx ]; }; } -- cgit 1.4.1