#!/usr/bin/perl

use strict;
use warnings;

(require App::GitHub::FixRepositoryName)->run;

