From 8b4189f556a57cf45941e9ac806df5cde066c8fe Mon Sep 17 00:00:00 2001 From: jrfondren <41455523+jrfondren@users.noreply.github.com> Date: Tue, 3 Nov 2020 23:40:03 -0600 Subject: [PATCH] add package oshostname (#1692) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index e56b0a7..5811f40 100644 --- a/packages.json +++ b/packages.json @@ -13627,6 +13627,18 @@ "license": "MIT", "web": "https://github.com/jrfondren/getr-nim" }, + { + "name": "oshostname", + "url": "https://github.com/jrfondren/nim-oshostname", + "method": "git", + "tags": [ + "posix", + "wrapper" + ], + "description": "Get the current hostname with gethostname(2)", + "license": "MIT", + "web": "https://github.com/jrfondren/nim-oshostname" + }, { "name": "pnm", "url": "https://github.com/jiro4989/pnm",