hplip: change maintainers

Remove nckx and add ttuegel
This commit is contained in:
Thomas Tuegel 2017-09-22 06:58:52 -05:00
parent ec62d5462d
commit a2b852caa0
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59
2 changed files with 2 additions and 2 deletions

View file

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

View file

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