pub fn parse(spec: &str) -> Result<DistroSpec, Error>
Parse a distro specifier into DistroSpec { org, repo }.
DistroSpec { org, repo }