Skip to content

Commit

Permalink
Merge pull request #5 from netz39/feat/add-contacts
Browse files Browse the repository at this point in the history
feat: add more contact channel info to API
  • Loading branch information
penguineer authored Nov 3, 2024
2 parents 79f2bb0 + 772f789 commit 5c3e7af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SpaceApiEntry.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ def create_netz39():
entry.add_contact("twitter", "@netz39", 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")
entry.add_contact("youtube", "https://www.youtube.com/@Netz39De")

entry.add_feed("blog", "rss", "https://www.netz39.de/feed/")
entry.add_feed("calendar", "ical", "https://www.netz39.de/feed/eo-events/")
Expand Down

0 comments on commit 5c3e7af

Please sign in to comment.