summary refs log tree commit diff
path: root/pkgs/misc/drivers
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-09-22 06:58:52 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-09-22 07:41:18 -0500
commita2b852caa0f1467948becc9a83db807ebfc09119 (patch)
tree89434f69420382889a58d8b4688fa68efda8d42b /pkgs/misc/drivers
parentec62d5462dce070f9a1587255e6d418e77a8612e (diff)
downloadnixlib-a2b852caa0f1467948becc9a83db807ebfc09119.tar
nixlib-a2b852caa0f1467948becc9a83db807ebfc09119.tar.gz
nixlib-a2b852caa0f1467948becc9a83db807ebfc09119.tar.bz2
nixlib-a2b852caa0f1467948becc9a83db807ebfc09119.tar.lz
nixlib-a2b852caa0f1467948becc9a83db807ebfc09119.tar.xz
nixlib-a2b852caa0f1467948becc9a83db807ebfc09119.tar.zst
nixlib-a2b852caa0f1467948becc9a83db807ebfc09119.zip
hplip: change maintainers
Remove nckx and add ttuegel
Diffstat (limited to 'pkgs/misc/drivers')
-rw-r--r--pkgs/misc/drivers/hplip/3.16.11.nix2
-rw-r--r--pkgs/misc/drivers/hplip/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/drivers/hplip/3.16.11.nix b/pkgs/misc/drivers/hplip/3.16.11.nix
index 9342c547a17e..f538066e75ce 100644
--- a/pkgs/misc/drivers/hplip/3.16.11.nix
+++ b/pkgs/misc/drivers/hplip/3.16.11.nix
@@ -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 ];
   };
 }
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index bf1078ef60ca..a01fc74ce471 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -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 ];
   };
 }