Skip to content

Commit

Permalink
Move the primary Git repository to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
voegelas committed Aug 17, 2022
1 parent 0115b17 commit 6495104
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Contributing to CPANPLUS::Dist::Debora

The code for this distribution is hosted at
https://gitlab.com/voegelas/cpanplus-dist-debora.
https://github.com/voegelas/CPANPLUS-Dist-Debora.

Grab the latest version using the command:

git clone https://gitlab.com/voegelas/cpanplus-dist-debora.git
git clone https://github.com/voegelas/CPANPLUS-Dist-Debora.git

You can submit code changes by forking the repository, pushing your code
changes to your clone, and then submitting a pull request.
Expand All @@ -27,10 +27,12 @@ installed as follows:

cpanp i Dist::Zilla \
Dist::Zilla::Plugin::CopyFilesFromBuild \
Dist::Zilla::Plugin::Prereqs::FromCPANfile \
Dist::Zilla::Plugin::MakeMaker::Awesome \
Dist::Zilla::Plugin::MetaProvides::Package \
Dist::Zilla::Plugin::Test::Kwalitee \
Pod::Coverage::TrustPod \
Test::Kwalitee \
Test::Pod \
Test::Pod::Coverage \
--format=CPANPLUS::Dist::Debora

Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://gitlab.com/voegelas/cpanplus-dist-debora/-/issues"
"web" : "https://github.com/voegelas/CPANPLUS-Dist-Debora/issues"
},
"homepage" : "https://gitlab.com/voegelas/cpanplus-dist-debora",
"homepage" : "https://github.com/voegelas/CPANPLUS-Dist-Debora/wiki",
"repository" : {
"type" : "git",
"url" : "https://gitlab.com/voegelas/cpanplus-dist-debora.git",
"web" : "https://gitlab.com/voegelas/cpanplus-dist-debora/-/tree/main"
"url" : "https://github.com/voegelas/CPANPLUS-Dist-Debora.git",
"web" : "https://github.com/voegelas/CPANPLUS-Dist-Debora"
}
},
"version" : "0.009",
Expand Down
8 changes: 4 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ copyright_holder = Andreas Vögele
-remove = Readme

[MetaResources]
homepage = https://gitlab.com/voegelas/cpanplus-dist-debora
bugtracker.web = https://gitlab.com/voegelas/cpanplus-dist-debora/-/issues
repository.url = https://gitlab.com/voegelas/cpanplus-dist-debora.git
repository.web = https://gitlab.com/voegelas/cpanplus-dist-debora/-/tree/main
homepage = https://github.com/voegelas/CPANPLUS-Dist-Debora/wiki
bugtracker.web = https://github.com/voegelas/CPANPLUS-Dist-Debora/issues
repository.url = https://github.com/voegelas/CPANPLUS-Dist-Debora.git
repository.web = https://github.com/voegelas/CPANPLUS-Dist-Debora
repository.type = git

[CPANFile]
Expand Down

0 comments on commit 6495104

Please sign in to comment.