SYNOPSIS

    In your weaver.ini:

     [Source::DefaultGitHub]

    If repository is not specified in dist.ini, will search for github
    user/repo name from git config file (.git/config).

    To specify a source repository other than https://github.com/USER/REPO,
    in dist.ini:

     [MetaResources]
     repository=http://example.com/

DESCRIPTION

    This section plugin adds a SOURCE section, using repository metadata or
    (if not specified) GitHub.

SEE ALSO

    Pod::Weaver::Section::SourceGitHub

