pidgin/nest

bf284c4ce0fc
Remove package cloud from our supporters.

They're changing the requirements for open source projects and we never fully
realized what using them could mean. Since I don't have the resources to
handle either of those problems we're just going to let them close our open
source plan.

Testing Done:
Ran `npm run hugo:server` locally verified everything looked fine and greped for other references to packagecloud of which I found none.

Reviewed at https://reviews.imfreedom.org/r/783/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}