From 6456d75502d89986f8f05dad7965291fd0e5c933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lteri=C5=9F=20Ero=C4=9Flu?= Date: Sat, 23 Jan 2021 04:44:16 +0300 Subject: [PATCH] chore(signalboost): Add linuxgemini (#300) --- signalboost.dhall | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/signalboost.dhall b/signalboost.dhall index 9bb2f35..01f3f87 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -257,5 +257,21 @@ in [ Person::{ , "php" ] , gitLink = "https://github.com/BytewaveMLP" - } + } + , Person::{ + , name = "İlteriş Eroğlu" + , tags = + [ "linux" + , "javascript" + , "node.js" + , "bash" + , "nfc" + , "python" + , "devops" + , "networking" + , "bgp" + ] + , gitLink = "https://github.com/linuxgemini" + , twitter = "https://twitter.com/linuxgemini" + } ]