Skip to content

Commit 5c3e7af

Browse files
authored
Merge pull request #5 from netz39/feat/add-contacts
feat: add more contact channel info to API
2 parents 79f2bb0 + 772f789 commit 5c3e7af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/SpaceApiEntry.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ def create_netz39():
1515
entry.add_contact("twitter", "@netz39", is_issue_channel=True)
1616
entry.add_contact("ml", "[email protected]", is_issue_channel=True)
1717
entry.add_contact("jabber", "[email protected]")
18+
entry.add_contact("discord", "https://discord.netz39.de/")
19+
entry.add_contact("github", "https://github.com/Netz39")
20+
entry.add_contact("mastodon", "https://machteburch.social/@netz39")
21+
entry.add_contact("youtube", "https://www.youtube.com/@Netz39De")
1822

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

0 commit comments

Comments
 (0)