diff options
| -rw-r--r-- | dhall/signalboost.dhall | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index 436f8eb..02b628c 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -21,19 +21,6 @@ in [ Person::{ , links = [ Link::{ url = "https://github.com/b-/", title = "Github" } ] } , Person::{ - , name = "Evan Pratten" - , tags = - [ "rust" - , "linux" - , "docker" - , "full-stack" - , "ipv6" - , "bgp" - , "computer-graphics" - ] - , links = [ Link::{ url = "https://ewpratten.com", title = "Website" } ] - } - , Person::{ , name = "Piyushh Bhutoria" , tags = [ "golang" |
