pidgin/nest

Remove networkredux from our supporters

2020-12-02, Gary Kramlich
c9ad543c8bc2
Remove networkredux from our supporters

Testing Done:
ran `npm run hugo:server` locally and verified no issues.

Reviewed at https://reviews.imfreedom.org/r/259/
{
"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
}
}
]
}