From: Jesse Luehrs <doy@tozt.net> Date: Sun, 5 May 2013 22:32:28 +0000 (-0500) Subject: make github the primary repository X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=gitmo%2FMoose.git make github the primary repository --- diff --git a/dist.ini b/dist.ini index 47dcbbb..b52fc5d 100644 --- a/dist.ini +++ b/dist.ini @@ -44,8 +44,8 @@ authority = cpan:STEVAN [MetaResources] bugtracker.web = https://rt.cpan.org/Dist/Display.html?Name=Moose bugtracker.mailto = bug-moose@rt.cpan.org -repository.url = git://git.moose.perl.org/Moose.git -repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Moose.git;a=summary +repository.url = git://github.com/moose/moose.git +repository.web = https://github.com/moose/moose repository.type = git [MetaNoIndex] diff --git a/lib/Moose/Manual/Contributing.pod b/lib/Moose/Manual/Contributing.pod index 6406910..2309ff5 100644 --- a/lib/Moose/Manual/Contributing.pod +++ b/lib/Moose/Manual/Contributing.pod @@ -40,28 +40,6 @@ As Moose has matured, some structure has emerged in the process. =over -=item Contributors - people creating a topic or branch - -You. - -If you have commit access, you can create a topic on the main Moose.git -repository. If you don't have a commit bit, give us your SSH key or create your -own clone of the L<git://git.moose.perl.org/Moose.git> repository. - -The relevant repository URIs are: - -=over - -=item Read-Only - -L<git://git.moose.perl.org/Moose.git> - -=item Read+Write - -gitmo@git.moose.perl.org:Moose.git - -=back - =item Cabal - people who can release moose These people are the ones who have co-maint on Moose itself and can create a @@ -72,6 +50,15 @@ to push to stable branches. Cabal members are listed in L<Moose> and can often be found on irc in the L<irc://irc.perl.org/#moose-dev> channel. +=item Contributors - people creating a topic or branch + +You. + +The easiest way to submit a patch is to submit a pull request through Github. +You can fork the Moose repository at C<git@github.com:moose/moose.git>. If you +would prefer not to use Github, come talk to us at C<#moose> on C<irc.perl.org> +and we can work something out. + =back =head1 BRANCH LAYOUT