From efcffd971bcdb569ad1f002609ef40fa26982a1b Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Tue, 18 Feb 2020 20:02:00 +0700 Subject: [PATCH] added package shizuka (#1363) package `saya` was abandoned. --- packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 0703e0c..3afae84 100644 --- a/packages.json +++ b/packages.json @@ -16093,11 +16093,11 @@ }, { "name": "saya", + "alias": "shizuka", "url": "https://github.com/Ethosa/saya_nim", "method": "git", "tags": [ - "VK", - "framework" + "abandoned" ], "description": "Nim framework for VK", "license": "LGPLv3", @@ -16553,5 +16553,18 @@ "description": "The Nim wrapper for tracemoe.", "license": "AGPLv3", "web": "https://github.com/ethosa/anime" + }, + { + "name": "shizuka", + "url": "https://github.com/ethosa/shizuka", + "method": "git", + "tags": [ + "vk", + "api", + "framework" + ], + "description": "The Nim framework for VK API.", + "license": "AGPLv3", + "web": "https://github.com/ethosa/shizuka" } ]