Skip to content

Commit

Permalink
chore update references
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHllm committed Nov 19, 2024
1 parent be5eab8 commit 07795bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions frontend/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from canteens.canteen import FISH, MEAT, VEGAN, VEGGIE

goodbye = """
Der Betrieb des OmNomNom Bots wird demnächst eingestellt. Falls du den Bot selber betreiben möchtest, findest du den Source Code unter https://github.com/ekeih/OmNomNom.
Der Betrieb des OmNomNom Bots wird demnächst eingestellt. Falls du den Bot selber betreiben möchtest, findest du den Source Code unter https://github.com/freitagsrunde/OmNomNom.
Vielen Dank an alle, die den Bot in den letzten fast 10 Jahren genutzt haben oder sogar zum Code beigetragen haben!
"""
Expand All @@ -13,9 +13,9 @@
and most of its answers are in German.
The bot is available as [@OmnBot](https://telegram.me/OmnBot). Feel free to talk to it and invite it to your groups.
Find out more about it on [Github](https://github.com/ekeih/OmNomNom).
Find out more about it on [Github](https://github.com/freitagsrunde/OmNomNom).
OmNomNom is licensed under the [GNU AGPL v3](https://github.com/ekeih/OmNomNom#license).
OmNomNom is licensed under the [GNU AGPL v3](https://github.com/freitagsrunde/OmNomNom#license).
"""


Expand Down Expand Up @@ -53,6 +53,6 @@
Viel Spaß und guten Appetit! %s
PPS: Der Bot ist OpenSource (GNU AGPL v3) und den Code findest du auf [GitHub](https://github.com/ekeih/OmNomNom). %s
PPS: Der Bot ist OpenSource (GNU AGPL v3) und den Code findest du auf [GitHub](https://github.com/freitagsrunde/OmNomNom). %s
""" % (VEGAN, VEGGIE, MEAT, FISH, emoji.emojize(':cake:', language='alias'),
emoji.emojize(':smile:', language='alias'))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def requirements():
version=getenv('GITHUB_REF_NAME', default=datetime.now().strftime('%Y.%m.%d.dev%H%M')),
description='OmNomNom - A simple Telegram bot to get canteen information',
long_description=readme(),
url='https://github.com/ekeih/OmNomNom',
url='https://github.com/freitagsrunde/OmNomNom',
author='Max Rosin',
author_email='[email protected]',
license='AGPL',
Expand Down

0 comments on commit 07795bb

Please sign in to comment.