From bcbed056ec77f5d4fca424d3c852d14350eb224e Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Tue, 9 Jun 2020 18:46:57 +0400 Subject: [PATCH] added lists; some fixes. --- Bron-Dijkstra-Strings.json | 2 +- Internet.json | 2 +- armscii.json | 2 +- diaspora.json | 2 +- irc_client.json | 2 +- lists.json | 12 ++++++++++++ postgres.json | 2 +- time.json | 2 +- vpicl.json | 2 +- 9 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 lists.json diff --git a/Bron-Dijkstra-Strings.json b/Bron-Dijkstra-Strings.json index 3ee4619..cb59b9a 100644 --- a/Bron-Dijkstra-Strings.json +++ b/Bron-Dijkstra-Strings.json @@ -7,6 +7,6 @@ { "type": "git", "path": "https://github.com/norayr/Bron-Dijkstra-Strings", - "tag" : "0.1", + "tag" : "0.1" } } diff --git a/Internet.json b/Internet.json index 2bb05b1..2099da4 100644 --- a/Internet.json +++ b/Internet.json @@ -7,6 +7,6 @@ { "type": "git", "path": "https://github.com/norayr/Internet", - "tag" : "0.1", + "tag" : "0.1" } } diff --git a/armscii.json b/armscii.json index b6d92e8..29e6cf8 100644 --- a/armscii.json +++ b/armscii.json @@ -7,6 +7,6 @@ { "type": "git", "path": "https://github.com/norayr/armscii", - "tag" : "0.1", + "tag" : "0.1" } } diff --git a/diaspora.json b/diaspora.json index 89f1603..17599f5 100644 --- a/diaspora.json +++ b/diaspora.json @@ -7,7 +7,7 @@ { "type": "git", "path": "https://github.com/norayr/diaspora", - "tag" : "0.1", + "tag" : "0.1" }, "Dependencies": { diff --git a/irc_client.json b/irc_client.json index a0143ef..1e12d6c 100644 --- a/irc_client.json +++ b/irc_client.json @@ -7,7 +7,7 @@ { "type": "git", "path": "https://github.com/norayr/irc_client", - "tag" : "0.1", + "tag" : "0.1" }, "Dependencies": { diff --git a/lists.json b/lists.json new file mode 100644 index 0000000..4762836 --- /dev/null +++ b/lists.json @@ -0,0 +1,12 @@ +{ + "Package": "lists", + "Author": "nc", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/lists", + "tag" : "0.1" + } +} diff --git a/postgres.json b/postgres.json index 6a6b311..30e3258 100644 --- a/postgres.json +++ b/postgres.json @@ -7,6 +7,6 @@ { "type": "git", "path": "https://github.com/norayr/postgres", - "tag" : "0.1", + "tag" : "0.1" } } diff --git a/time.json b/time.json index 4681544..f1d32c9 100644 --- a/time.json +++ b/time.json @@ -7,6 +7,6 @@ { "type": "git", "path": "https://github.com/norayr/time", - "tag" : "0.1", + "tag" : "0.1" } } diff --git a/vpicl.json b/vpicl.json index f88a186..455c311 100644 --- a/vpicl.json +++ b/vpicl.json @@ -7,6 +7,6 @@ { "type": "git", "path": "https://github.com/norayr/vpicl", - "tag" : "0.1", + "tag" : "0.1" } }