From 1c431e434edfaacfee74cbbcf00b88764c5450ee Mon Sep 17 00:00:00 2001 From: Leonardo Mariscal Date: Sun, 27 Oct 2019 00:16:44 -0500 Subject: [PATCH] Add package owo (#1222) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3c1c480..ece839d 100644 --- a/packages.json +++ b/packages.json @@ -14955,5 +14955,17 @@ "description": "A port of ggplot2 for Nim", "license": "MIT", "web": "https://github.com/Vindaar/ggplotnim" + }, + { + "name": "owo", + "url": "https://github.com/lmariscal/owo", + "method": "git", + "tags": [ + "fun", + "utility" + ], + "description": "OwO text convewtew fow Nim", + "license": "MIT", + "web": "https://github.com/lmariscal/owo" } ]