hplip: assume maintainership

This commit is contained in:
Thomas Tuegel 2014-05-10 21:56:28 -05:00
parent a0dc20719b
commit 2666dcd218

View File

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