From 9921424e1e47d92acce259ee9b8a16c5cffb538b Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Wed, 8 Feb 2023 00:12:51 +0400 Subject: [PATCH] fixes --- fifo.json | 2 +- test_server.json | 4 ++-- unixfs.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fifo.json b/fifo.json index d2fd0e4..6e2fa1a 100644 --- a/fifo.json +++ b/fifo.json @@ -1,5 +1,5 @@ { - "Package": "time", + "Package": "fifo", "Author": "noch", "License": "GPL-3", "Version": "0.1", diff --git a/test_server.json b/test_server.json index 009e4f6..e0a2b5e 100644 --- a/test_server.json +++ b/test_server.json @@ -1,12 +1,12 @@ { - "Package": "irc_bot", + "Package": "test_server", "Author": "noch", "License": "GPL-3", "Version": "0.1", "Remote": { "type": "git", - "path": "https://github.com/norayr/irc_bot", + "path": "https://github.com/norayr/test_server", "tag" : "0.1" }, "Dependencies": diff --git a/unixfs.json b/unixfs.json index d6a9955..b0dbfe0 100644 --- a/unixfs.json +++ b/unixfs.json @@ -1,5 +1,5 @@ { - "Package": "time", + "Package": "unixfs", "Author": "noch", "License": "GPL-3", "Version": "0.1",