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