logo

cve-client

CLI-based client / toolbox for CVE.org
commit: 8db442b30ec6c73db686d8bf30da21e3eca5df5f
parent 5138e82da4387ea9787302ad963ed6adde270ffa
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 27 Mar 2023 14:15:53 +0200

Makefile.PL: Add trailing-/ on repo URLs, add bugtracker email

Diffstat:

MMakefile.PL9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL @@ -14,10 +14,13 @@ my %meta_merge = ( resources => { repository => { type => 'git', - url => 'https://hacktivis.me/git/cve-client.git', - web => 'https://hacktivis.me/git/cve-client', + url => 'https://hacktivis.me/git/cve-client.git/', + web => 'https://hacktivis.me/git/cve-client/', + }, + homepage => 'https://hacktivis.me/git/cve-client/', + bugtracker => { + mailto => 'contact+cve-client@hacktivis.me', }, - homepage => 'https://hacktivis.me/git/cve-client', }, prereqs => { runtime => {