pidgin/nest

Update the musictracker url

3 months ago, Gary Kramlich
a5c1c39e2e50
Update the musictracker url

This got moved to GitHub but it got archived a few months ago. That said, the
GitHub page has additional bugs and stuff.

Testing Done:
Ran the site locally and checked the links.

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