aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-05-05 13:18:53 +0100
committerGitHub <noreply@github.com>2018-05-05 13:18:53 +0100
commitab6d4b2fe949a2a6f6758a251538788e8cb42b6a (patch)
tree371b75371a289932d0d58f171889a7dc94ebd4cc
parent979156c9211795c406cf4e6a6de82f0da81cc066 (diff)
parent50caf08f32e706db170bb54ef713df5e3159937d (diff)
downloadpackages-ab6d4b2fe949a2a6f6758a251538788e8cb42b6a.tar.gz
packages-ab6d4b2fe949a2a6f6758a251538788e8cb42b6a.zip
Merge pull request #721 from juancarlospaco/add-bytes2human0032
Added package bytes2human
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 6abb1c6..19b38bd 100644
--- a/packages.json
+++ b/packages.json
@@ -9134,5 +9134,19 @@
"description": "Random curated Fonts and pastel Colors for your UI/UX design, design for non-designers.",
"license": "LGPLv3",
"web": "https://github.com/juancarlospaco/nim-random-font-color"
+ },
+ {
+ "name": "bytes2human",
+ "url": "https://github.com/juancarlospaco/nim-bytes2human",
+ "method": "git",
+ "tags": [
+ "bytes",
+ "human",
+ "minimalism",
+ "size"
+ ],
+ "description": "Convert bytes to kilobytes, megabytes, gigabytes, etc.",
+ "license": "LGPLv3",
+ "web": "https://github.com/juancarlospaco/nim-bytes2human"
}
]