mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
0aa6c5eae8
Closes #1169
12 lines
296 B
JavaScript
12 lines
296 B
JavaScript
const GITHUB_URL = 'https://github.com/go-task/task';
|
|
const TWITTER_URL = 'https://twitter.com/taskfiledev';
|
|
const MASTODON_URL = 'https://fosstodon.org/@task';
|
|
const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
|
|
|
|
module.exports = {
|
|
DISCORD_URL,
|
|
GITHUB_URL,
|
|
MASTODON_URL,
|
|
TWITTER_URL
|
|
};
|