document the new repository(ies)
Karen Etheridge [Tue, 15 Mar 2016 22:07:28 +0000 (15:07 -0700)]
Changes
dist.ini

diff --git a/Changes b/Changes
index c294f9a..ef28f8a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Sub-Name
 
 {{$NEXT}}
     - fix uninitialized warning in test on perls < 5.8.6 (RT#104510)
+    - repository moved to the github p5sagit organization (the primary is on
+      shadowcat, mirrored to github)
 
 0.14      2015-04-24 03:26:54Z
     - remove mandatory dependencies for optional test
index cf03f65..6cc4cf8 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -6,6 +6,11 @@ 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
+; so we can receive github pull requests
+server = github
+GithubMeta.remote = p5sagit
 installer = MakeMaker
 Authority.authority = cpan:FLORA
 Test::MinimumVersion.max_target_perl = 5.006