Fix GitLab project name limitation
Solution proposed here (more a workaround) is to remove leading dot character from GitHub repository name to get a name compatible with GitLab constraints.
This should close #14 or at least partially solve it.
It might have unwanted side effect when only
setting is used that would need some attention while reviewing this merge request.
Edited by Antoine Mottier