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:
parent
07edb2483d
commit
b0e46fc3ea
@ -175,6 +175,6 @@ stdenv.mkDerivation {
|
|||||||
then licenses.unfree
|
then licenses.unfree
|
||||||
else with licenses; [ mit bsd2 gpl2Plus ];
|
else with licenses; [ mit bsd2 gpl2Plus ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" ];
|
||||||
maintainers = with maintainers; [ ttuegel jgeerds nckx ];
|
maintainers = with maintainers; [ jgeerds nckx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user