Hi Joost,
first of alll I must say that I love your plugin! It made me very happy, but the issue is true. That rel next tag shouldn’t be there.
To me it looks like a bug in frontend/class-frontend.php, the OR clause makes it apear on the homepage althought you don’t seem to whant that. So if I don’t have the genesis theme and I define a genesis function the link is gone. Here is the code:
// Don't do this for Genesis, as the way Genesis handles homepage functionality is different and causes issues sometimes.
if ( !is_home() || !function_exists( 'genesis' ) )
$this->adjacent_rel_links();
Cheers
Dario