diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2021-07-01 11:35:14 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2021-07-01 11:35:14 +1200 |
commit | 6124647936fef493f9033bdae0b2919ac9975145 (patch) | |
tree | ef1762bd6a34c12437a77dd03aa6b1e0bd70664b | |
parent | Merge branch 'release/v0.23' (diff) | |
download | List-Breakdown-6124647936fef493f9033bdae0b2919ac9975145.tar.gz List-Breakdown-6124647936fef493f9033bdae0b2919ac9975145.zip |
Update URLs in Makefile.PL
-rw-r--r-- | Makefile.PL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL index 7df8f93..be75133 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,11 +31,11 @@ WriteMakefile( }, }, resources => { - homepage => 'https://sanctum.geek.nz/cgit/List-Breakdown.git/', + homepage => 'https://dev.sanctum.geek.nz/cgit/List-Breakdown.git/', repository => { type => 'git', - url => 'https://sanctum.geek.nz/code/List-Breakdown.git/', - web => 'https://sanctum.geek.nz/cgit/List-Breakdown.git/', + url => 'https://dev.sanctum.geek.nz/code/List-Breakdown.git/', + web => 'https://dev.sanctum.geek.nz/cgit/List-Breakdown.git/', }, }, }, |