diff options
Diffstat (limited to 'dhall')
| -rw-r--r-- | dhall/signalboost.dhall | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index 199dccc..2eff261 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -3,22 +3,6 @@ let Link = ./types/Link.dhall let Person = ./types/Person.dhall in [ Person::{ - , name = "nicoo" - , tags = - [ "cryptography" - , "Debian" - , "distributed systems" - , "embedded" - , "nix" - , "rust" - , "privacy" - , "security" - , "SDR" - ] - , links = - [ Link::{ url = "https://github.com/nbraud", title = "GitHub" } ] - } - , Person::{ , name = "Prajjwal Singh" , tags = [ "full-stack javascript" |
