From: Karen Etheridge Date: Tue, 15 Mar 2016 22:37:00 +0000 (-0700) Subject: calling the remote "p5sagit" is ambiguous - just call it "github" instead X-Git-Tag: v0.16~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=855bf3a637e477f961811949fe4a2bebc44a7e19;p=p5sagit%2FSub-Name.git calling the remote "p5sagit" is ambiguous - just call it "github" instead --- diff --git a/dist.ini b/dist.ini index 6577378..39dbd44 100644 --- a/dist.ini +++ b/dist.ini @@ -7,10 +7,10 @@ copyright_year = 2004 [@Author::ETHER] :version = 0.095 ; instead of using the remote: origin = p5sagit@git.shadowcat.co.uk:Sub-Name.git, -; use the read-only mirror remote: p5sagit = git@github.com:p5sagit/Sub-Name.git +; use the read-only mirror remote: github = git@github.com:p5sagit/Sub-Name.git ; so we can receive github pull requests server = github -GithubMeta.remote = p5sagit +GithubMeta.remote = github installer = MakeMaker Authority.authority = cpan:FLORA Test::MinimumVersion.max_target_perl = 5.006