From 23d0cc68eac99fe5a621bf9163514f8c9ae5beef Mon Sep 17 00:00:00 2001 From: ephja Date: Fri, 16 Jun 2017 01:06:21 +0200 Subject: [PATCH 1/3] use new URLs --- packages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index 2b2f68e..ec57281 100644 --- a/packages.json +++ b/packages.json @@ -251,7 +251,7 @@ }, { "name": "nim-glfw", - "url": "https://github.com/EXetoC/nim-glfw/", + "url": "https://github.com/ephja/nim-glfw", "method": "git", "tags": [ "library", @@ -262,11 +262,11 @@ ], "description": "A high-level GLFW 3 wrapper", "license": "MIT", - "web": "https://github.com/EXetoC/nim-glfw" + "web": "https://github.com/ephja/nim-glfw" }, { "name": "nim-ao", - "url": "https://github.com/EXetoC/nim-ao/", + "url": "https://github.com/ephja/nim-ao", "method": "git", "tags": [ "library", @@ -274,7 +274,7 @@ ], "description": "A high-level libao wrapper", "license": "MIT", - "web": "https://github.com/EXetoC/nim-ao" + "web": "https://github.com/ephja/nim-ao" }, { "name": "termbox", From 478a64938f98e682b28ce2691d7dc7120c8007ed Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sat, 17 Jun 2017 05:36:18 -0400 Subject: [PATCH 2/3] Added package pipe --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 2b2f68e..d819d90 100644 --- a/packages.json +++ b/packages.json @@ -6512,5 +6512,16 @@ "description": "Universally Unique Lexicographically Sortable Identifier", "license": "MIT", "web": "https://github.com/adelq/ulid" + }, + { + "name": "pipe", + "url": "https://github.com/5paceToast/pipe", + "method": "git", + "tags": [ + "v0.1.0" + ], + "description": "Pipe operator for nim.", + "license": "MIT", + "web": "https://github.com/5paceToast/pipe" } ] From 839a1426ee0cae44bb99e00182cd29051c1a2925 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sat, 17 Jun 2017 05:38:34 -0400 Subject: [PATCH 3/3] Fix packages.json tags --- packages.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index d819d90..4fe7c7e 100644 --- a/packages.json +++ b/packages.json @@ -6518,7 +6518,10 @@ "url": "https://github.com/5paceToast/pipe", "method": "git", "tags": [ - "v0.1.0" + "pipe", + "macro", + "operator", + "functional" ], "description": "Pipe operator for nim.", "license": "MIT",