From 86e96af6d12095b5c073a07eb24a8491b5f73e4f Mon Sep 17 00:00:00 2001 From: zortazert Date: Wed, 30 Mar 2022 10:30:47 -0500 Subject: [PATCH] Small fix with capital letters. --- apps/mastodon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mastodon.json b/apps/mastodon.json index f6fe863..ec70a47 100644 --- a/apps/mastodon.json +++ b/apps/mastodon.json @@ -1,7 +1,7 @@ {"names":["Mastodon"], "comment": "Mastodon - a federated, decentralized microblogging platform", - "links":{"website":"https://joinMastodon.org/", - "git":"https://github.com/Mastodon/mastodon", + "links":{"website":"https://joinmastodon.org/", + "git":"https://github.com/mastodon/mastodon", "wikipedia":"https://en.wikipedia.org/wiki/Mastodon_(software)", "icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Mastodon_Logotype_%28Simple%29.svg/60px-Mastodon_Logotype_%28Simple%29.svg.png"}, "licenses":["AGPL3+"],