Update hplip maintainer list

This commit is contained in:
Jascha Geerds 2014-10-28 20:19:58 +01:00
parent 1b064645ed
commit 9381f4ffc3

View file

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