pidgin/nest

Added link to the portable Windows zip on Sourceforce ([NEST-31](https://issues.imfreedom.org/issue/NEST-31))

Added link to the portable Windows zip on Sourceforce NEST-31
Also added a single line to describe Finch NEST-30

Testing Done:
Firefox 80.0.1 (64-bit)

Bugs closed: NEST-30, NEST-31

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