From 4a5eb8e15b0b57175d4e6998e4b9a4c276bfa943 Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Mon, 11 Jan 2021 05:14:33 +0000 Subject: [PATCH] Add package hostname (#1778) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 17f4753..2be82dd 100644 --- a/packages.json +++ b/packages.json @@ -21100,5 +21100,22 @@ "description": "The Ultimate Raylib gaming library wrapper", "license": "MIT", "web": "https://github.com/greenfork/nimraylib_now" + }, + { + "name": "hostname", + "url": "https://github.com/rominf/nim-hostname", + "method": "git", + "tags": [ + "android", + "bsd", + "hostname", + "library", + "posix", + "unix", + "windows" + ], + "description": "Nim library to get/set a hostname", + "license": "Apache-2.0", + "web": "https://github.com/rominf/nim-hostname" } ]