aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-01 11:42:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-01 11:42:38 +1200
commit2363fe303bffcec31d1e2df5b231d704113e7bd0 (patch)
tree30892dbcbadbaa84e868e99e06f9e68080cb7154
parentMerge branch 'release/v0.15' into develop (diff)
downloadMusic-Lyrics-LRC-2363fe303bffcec31d1e2df5b231d704113e7bd0.tar.gz
Music-Lyrics-LRC-2363fe303bffcec31d1e2df5b231d704113e7bd0.zip
Update URLs in Makefile.PL
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c4611c0..2a2f874 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -33,11 +33,11 @@ WriteMakefile(
},
},
resources => {
- homepage => 'https://sanctum.geek.nz/cgit/Music-Lyrics-LRC.git/',
+ homepage => 'https://dev.sanctum.geek.nz/cgit/Music-Lyrics-LRC.git/',
repository => {
type => 'git',
url => 'https://sanctum.geek.nz/code/Music-Lyrics-LRC.git/',
- web => 'https://sanctum.geek.nz/cgit/Music-Lyrics-LRC.git/',
+ web => 'https://dev.sanctum.geek.nz/cgit/Music-Lyrics-LRC.git/',
},
},
},