summary refs log tree commit diff
path: root/pkgs/misc/drivers
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-05-10 21:56:28 -0500
committerThomas Tuegel <ttuegel@gmail.com>2014-05-10 21:57:17 -0500
commit2666dcd21869658c2d3038c417eb27556b2cd289 (patch)
tree7e3273ea0a452b34fde4f96f0f56491f89e64b32 /pkgs/misc/drivers
parenta0dc20719bbe1cdb8a66841556bf939614f94fb4 (diff)
downloadnixpkgs-2666dcd21869658c2d3038c417eb27556b2cd289.tar
nixpkgs-2666dcd21869658c2d3038c417eb27556b2cd289.tar.gz
nixpkgs-2666dcd21869658c2d3038c417eb27556b2cd289.tar.bz2
nixpkgs-2666dcd21869658c2d3038c417eb27556b2cd289.tar.lz
nixpkgs-2666dcd21869658c2d3038c417eb27556b2cd289.tar.xz
nixpkgs-2666dcd21869658c2d3038c417eb27556b2cd289.tar.zst
nixpkgs-2666dcd21869658c2d3038c417eb27556b2cd289.zip
hplip: assume maintainership
Diffstat (limited to 'pkgs/misc/drivers')
-rw-r--r--pkgs/misc/drivers/hplip/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index 90d5967a29c..efa0b480319 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -115,5 +115,6 @@ stdenv.mkDerivation rec {
     homepage = http://hplipopensource.com/;
     license = if withPlugin then licenses.unfree else "free"; # MIT/BSD/GPL
     platforms = platforms.linux;
+    maintainers = with maintainers; [ ttuegel ];
   };
 }