From 223d3a45c836a968d8cd2892fa7f018b6ea91dff Mon Sep 17 00:00:00 2001 From: Henry Adi Sumarto <14799603+henryas@users.noreply.github.com> Date: Thu, 15 Apr 2021 17:25:31 +0700 Subject: [PATCH 1/5] Added package nptr --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index f7f4836..8ff69f5 100644 --- a/packages.json +++ b/packages.json @@ -22188,5 +22188,19 @@ "description": "create db util sources from csv", "license": "MIT", "web": "https://github.com/z-kk/csv2dbsrc" + }, + { + "name": "nptr", + "url": "https://15b1acb3d21ebde45e8ab271e72fb4b75ad40143:x-oauth-basic@github.com/henryas/nptr", + "method": "git", + "tags": [ + "smart", + "pointer", + "pointers", + "concurrency" + ], + "description": "Nim lang smart pointers", + "license": "MIT", + "web": "https://15b1acb3d21ebde45e8ab271e72fb4b75ad40143:x-oauth-basic@github.com/henryas/nptr" } ] From 227d8815173fb6d69a9ce48d5c2511ac8a373655 Mon Sep 17 00:00:00 2001 From: Henry <14799603+henryas@users.noreply.github.com> Date: Thu, 15 Apr 2021 21:28:41 +0700 Subject: [PATCH 2/5] Update packages.json Co-authored-by: flywind --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 8ff69f5..687450c 100644 --- a/packages.json +++ b/packages.json @@ -22191,7 +22191,7 @@ }, { "name": "nptr", - "url": "https://15b1acb3d21ebde45e8ab271e72fb4b75ad40143:x-oauth-basic@github.com/henryas/nptr", + "url": "https://github.com/henryas/nptr", "method": "git", "tags": [ "smart", From cf9a483b7f0a3e37043312ffeafc8b6c1cb8bfb3 Mon Sep 17 00:00:00 2001 From: Henry <14799603+henryas@users.noreply.github.com> Date: Thu, 15 Apr 2021 21:29:22 +0700 Subject: [PATCH 3/5] Update packages.json Co-authored-by: flywind --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 687450c..e6480d6 100644 --- a/packages.json +++ b/packages.json @@ -22201,6 +22201,6 @@ ], "description": "Nim lang smart pointers", "license": "MIT", - "web": "https://15b1acb3d21ebde45e8ab271e72fb4b75ad40143:x-oauth-basic@github.com/henryas/nptr" + "web": "https://github.com/henryas/nptr" } ] From 04a6aa15bab3a1c641f71131772b3f78ca761355 Mon Sep 17 00:00:00 2001 From: Henry <14799603+henryas@users.noreply.github.com> Date: Thu, 15 Apr 2021 21:43:02 +0700 Subject: [PATCH 4/5] Update tags --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index e6480d6..a366cf1 100644 --- a/packages.json +++ b/packages.json @@ -22194,10 +22194,10 @@ "url": "https://github.com/henryas/nptr", "method": "git", "tags": [ - "smart", + "smart pointer", + "smart pointers, "pointer", - "pointers", - "concurrency" + "pointers" ], "description": "Nim lang smart pointers", "license": "MIT", From 146756256ee01a82e7c26f443b3612008d084ce0 Mon Sep 17 00:00:00 2001 From: Henry <14799603+henryas@users.noreply.github.com> Date: Thu, 15 Apr 2021 21:46:33 +0700 Subject: [PATCH 5/5] Fix missing quote from previous commit --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index a366cf1..4217856 100644 --- a/packages.json +++ b/packages.json @@ -22195,7 +22195,7 @@ "method": "git", "tags": [ "smart pointer", - "smart pointers, + "smart pointers", "pointer", "pointers" ],