Skip to content

Commit

Permalink
Remove Jabber communication channel
Browse files Browse the repository at this point in the history
While it would be nice to be able to use Jabber, it is effectively not happening.
There are a few people hanging out in the lounge, but the community is not meeting
there and it does not make sense to announce it as a channel.
  • Loading branch information
penguineer committed Nov 4, 2024
1 parent 71700a0 commit ea0ae10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SpaceApiEntry.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def create_netz39():
)
entry.add_contact("email", "[email protected]", is_issue_channel=True)
entry.add_contact("ml", "[email protected]", is_issue_channel=True)
entry.add_contact("jabber", "[email protected]")
entry.add_contact("discord", "https://discord.netz39.de/")
entry.add_contact("github", "https://github.com/Netz39")
entry.add_contact("mastodon", "https://machteburch.social/@netz39")
Expand Down

0 comments on commit ea0ae10

Please sign in to comment.