hplip: remove ttuegel from maintainers

I no longer commit my changes to Nixpkgs because they are usually broken
by other maintainers.
This commit is contained in:
Thomas Tuegel 2015-08-03 21:31:44 -05:00
parent 07edb2483d
commit b0e46fc3ea

View File

@ -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 ];
};
}