#!/usr/bin/env bash
# Just return the author name. A simple replacement for get-author-url.
echo -n "$3"
