diff options
| author | İlteriş Eroğlu <github@linuxgemini.space> | 2021-01-23 04:44:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 20:44:16 -0500 |
| commit | 6456d75502d89986f8f05dad7965291fd0e5c933 (patch) | |
| tree | f17ca9362b1a5fb602c7e42a48bebf88ce752598 | |
| parent | 1d95a5c0732f65bb02514af33e67e68a9f4ab058 (diff) | |
| download | xesite-6456d75502d89986f8f05dad7965291fd0e5c933.tar.xz xesite-6456d75502d89986f8f05dad7965291fd0e5c933.zip | |
chore(signalboost): Add linuxgemini (#300)
| -rw-r--r-- | signalboost.dhall | 18 |
1 files changed, 17 insertions, 1 deletions
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" + } ] |
