hplip: remove ttuegel from maintainers

I no longer commit my changes to Nixpkgs because they are usually broken
by other maintainers.

Changed files
+1 -1
pkgs
misc
drivers
hplip
+1 -1
pkgs/misc/drivers/hplip/default.nix
···
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 ];
};
}