From 5738438282178e57021db22523c5c040e075fe68 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 15 May 2020 14:55:52 +0200 Subject: Update META --- META6.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'META6.json') diff --git a/META6.json b/META6.json index c79705f..85e351d 100644 --- a/META6.json +++ b/META6.json @@ -4,13 +4,16 @@ "authors": [ "Patrick Spek " ], + "depends": [ + "Log" + ], "description": "A simple logging library for Raku", "license": "AGPL-3.0", - "name": "Log", + "name": "Log::Simple", "perl": "6.d", "provides": { "Log::Simple": "lib/Log/Simple.rakumod" }, - "source-url": "", + "source-url": "https://home.tyil.nl/git/raku/Log::Simple/", "version": "0.0.0" -} +} \ No newline at end of file -- cgit v1.1