logo

cve-client

CLI-based client / toolbox for CVE.org
commit: 75d447e0dd88c7d98dd1a341103517d46a9fee6b
parent 4d4ee83336657da15557f4441f669de4d5716302
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 27 Mar 2023 12:28:36 +0200

Makefile.PL: Add repository + homepage metadata

Diffstat:

MMakefile.PL12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL @@ -14,3 +14,15 @@ WriteMakefile( "LWP::UserAgent::https" => 0, }, ) + +META_MERGE => { + 'meta-spec' => { version => 2 }, + resources => { + repository => { + type => 'git', + url => 'https://hacktivis.me/git/cve-client.git', + web => 'https://hacktivis.me/git/cve-client', + }, + homepage => 'https://hacktivis.me/git/cve-client', + }, +},