Repo name change

This commit is contained in:
InterSocial 2023-12-19 20:51:54 -05:00
parent a2d28dd2dd
commit 74482290d9
3 changed files with 2 additions and 6 deletions

View file

@ -11,7 +11,7 @@ permissions:
jobs:
compute-suffix:
runs-on: ubuntu-latest
if: github.repository == 'TheEssem/mastodon'
if: github.repository == 'glitch-soc/mastodon'
steps:
- id: version_vars
env:

View file

@ -1,7 +1,3 @@
# <img src="https://github.com/TheEssem/mastodon/raw/main/app/javascript/icons/android-chrome-256x256.png" width="128"> Chuckya
This is a custom branch of Mastodon/glitch-soc intended for usage on the [wetdry.world](https://wetdry.world) instance.
Here are some of the changes compared to glitch-soc:
- Emoji reactions (glitch-soc/mastodon#2462)

View file

@ -44,7 +44,7 @@ module Mastodon
end
def repository
ENV.fetch('GITHUB_REPOSITORY', 'TheEssem/mastodon')
ENV.fetch('GITHUB_REPOSITORY', 'glitch-soc/mastodon')
end
def source_base_url