diff options
| -rw-r--r-- | signalboost.dhall | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/signalboost.dhall b/signalboost.dhall index 62ac505..c94687b 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -89,6 +89,11 @@ in [ Person::{ , twitter = "https://twitter.com/espe_on_" } , Person::{ + , name = "nicoo" + , tags = [ "cryptography", "Debian", "distributed systems", "embedded", "nix", "rust", "privacy", "security", "SDR" ] + , gitLink = "https://github.com/nbraud" + } + , Person::{ , name = "Natthan Leong" , tags = [ "c" |
