From 9381f4ffc34edd54de05219ec7a8dd0eedc96242 Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Tue, 28 Oct 2014 20:19:58 +0100 Subject: [PATCH] Update hplip maintainer list --- pkgs/misc/drivers/hplip/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix index cc16ddd2d51..2539cdf7701 100644 --- a/pkgs/misc/drivers/hplip/default.nix +++ b/pkgs/misc/drivers/hplip/default.nix @@ -120,6 +120,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 ]; + maintainers = with maintainers; [ ttuegel jgeerds ]; }; }