diff options
-rw-r--r-- | Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL index 7ec9943..7c3187f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,11 +36,11 @@ WriteMakefile( }, }, resources => { - homepage => 'https://sanctum.geek.nz/cgit/Mail-Run-Crypt.git/', + homepage => 'https://dev.sanctum.geek.nz/cgit/Mail-Run-Crypt.git/', repository => { type => 'git', url => 'https://sanctum.geek.nz/code/Mail-Run-Crypt.git/', - web => 'https://sanctum.geek.nz/cgit/Mail-Run-Crypt.git/', + web => 'https://dev.sanctum.geek.nz/cgit/Mail-Run-Crypt.git/', }, }, }, |