zopfli: removed roconnor as a maintainer

roconnor was added as a maintainer by accident
This commit is contained in:
Bob van der Linden 2015-06-08 19:41:45 +02:00
parent ae6d056188
commit e593a8d3bf

View File

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
'';
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.asl20;
maintainers = with maintainers; [ roconnor bobvanderlinden ];
maintainers = with maintainers; [ bobvanderlinden ];
};
}