diff options
| author | Prajjwal Singh <sin@prajjwal.com> | 2023-07-27 14:10:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-27 10:10:58 -0400 |
| commit | 83f81eabc52ae90985df202cc9496578ebca9bf1 (patch) | |
| tree | af8e834cf6ea8a6ee892497da6422e345143dda7 | |
| parent | 0c807712b5369a16823b25982d9997c49aff4974 (diff) | |
| download | xesite-83f81eabc52ae90985df202cc9496578ebca9bf1.tar.xz xesite-83f81eabc52ae90985df202cc9496578ebca9bf1.zip | |
Cut: Self from signal boost (#698)
Appreciate the exposure more than you know :)
| -rw-r--r-- | dhall/signalboost.dhall | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index 8356bc0..0702c26 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -3,25 +3,6 @@ let Link = ./types/Link.dhall let Person = ./types/Person.dhall in [ Person::{ - , name = "Prajjwal Singh" - , tags = - [ "full-stack javascript" - , "ruby" - , "rails" - , "vuejs" - , "emberjs" - , "golang" - , "linux" - , "docker" - , "google-cloud" - , "typescript" - ] - , links = - [ Link::{ url = "https://github.com/Prajjwal", title = "GitHub" } - , Link::{ url = "https://twitter.com/prajjwalsin", title = "Twitter" } - ] - } - , Person::{ , name = "Piyushh Bhutoria" , tags = [ "golang" |
