diff options
| author | Xe Iaso <me@christine.website> | 2022-11-06 11:21:48 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-11-06 11:21:48 -0500 |
| commit | 434747f4bc342ddee75aaf0cc3a39a6543474e5f (patch) | |
| tree | adb7cd9335a73577cd2479026be79e0273b0b909 | |
| parent | c4f60235f6284c00cfe76a873fd37764ba2397be (diff) | |
| download | xesite-434747f4bc342ddee75aaf0cc3a39a6543474e5f.tar.xz xesite-434747f4bc342ddee75aaf0cc3a39a6543474e5f.zip | |
someone got a job :D
Signed-off-by: Xe Iaso <me@christine.website>
| -rw-r--r-- | dhall/signalboost.dhall | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index 4724160..4ac72d0 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -2,16 +2,7 @@ let Person = ./types/Person.dhall in [ Person::{ , name = "Chuck Nelson" - , tags = - [ "C++" - , "Python" - , "JSON" - , "GO" - , "Linux" - , "bash" - , "PHP" - , "Java" - ] + , tags = [ "C++", "Python", "JSON", "GO", "Linux", "bash", "PHP", "Java" ] , gitLink = Some "https://github.com/chuckn408" } , Person::{ @@ -175,23 +166,6 @@ in [ Person::{ , twitter = Some "https://twitter.com/dudymas" } , Person::{ - , name = "Zachary McKee" - , tags = - [ "javascript" - , "django" - , "react" - , "postgresql" - , "firebase" - , "aws" - , "python" - , "csharp" - , "java" - , "nginx" - , "gunicorn" - ] - , gitLink = Some "https://github.com/ZacharyRMcKee" - } - , Person::{ , name = "Jeffin Mathew" , tags = [ "Python" |
