mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
hplip: change maintainers
Remove nckx and add ttuegel
This commit is contained in:
parent
ec62d5462d
commit
a2b852caa0
@ -188,6 +188,6 @@ pythonPackages.buildPythonApplication {
|
||||
then licenses.unfree
|
||||
else with licenses; [ mit bsd2 gpl2Plus ];
|
||||
platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" ];
|
||||
maintainers = with maintainers; [ jgeerds nckx ];
|
||||
maintainers = with maintainers; [ jgeerds ttuegel ];
|
||||
};
|
||||
}
|
||||
|
@ -188,6 +188,6 @@ pythonPackages.buildPythonApplication {
|
||||
then licenses.unfree
|
||||
else with licenses; [ mit bsd2 gpl2Plus ];
|
||||
platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" ];
|
||||
maintainers = with maintainers; [ jgeerds nckx ];
|
||||
maintainers = with maintainers; [ jgeerds ttuegel ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user