/// The hostname of a forge
#[derive(Clone, Debug, PartialEq, Eq, derive_more::Display)]
pub struct Hostname(pub String);