Skip to content

Commit 07795bb

Browse files
committed
chore update references
1 parent be5eab8 commit 07795bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/strings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from canteens.canteen import FISH, MEAT, VEGAN, VEGGIE
33

44
goodbye = """
5-
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.
5+
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.
66
77
Vielen Dank an alle, die den Bot in den letzten fast 10 Jahren genutzt haben oder sogar zum Code beigetragen haben!
88
"""
@@ -13,9 +13,9 @@
1313
and most of its answers are in German.
1414
The bot is available as [@OmnBot](https://telegram.me/OmnBot). Feel free to talk to it and invite it to your groups.
1515
16-
Find out more about it on [Github](https://github.com/ekeih/OmNomNom).
16+
Find out more about it on [Github](https://github.com/freitagsrunde/OmNomNom).
1717
18-
OmNomNom is licensed under the [GNU AGPL v3](https://github.com/ekeih/OmNomNom#license).
18+
OmNomNom is licensed under the [GNU AGPL v3](https://github.com/freitagsrunde/OmNomNom#license).
1919
"""
2020

2121

@@ -53,6 +53,6 @@
5353
5454
Viel Spaß und guten Appetit! %s
5555
56-
PPS: Der Bot ist OpenSource (GNU AGPL v3) und den Code findest du auf [GitHub](https://github.com/ekeih/OmNomNom). %s
56+
PPS: Der Bot ist OpenSource (GNU AGPL v3) und den Code findest du auf [GitHub](https://github.com/freitagsrunde/OmNomNom). %s
5757
""" % (VEGAN, VEGGIE, MEAT, FISH, emoji.emojize(':cake:', language='alias'),
5858
emoji.emojize(':smile:', language='alias'))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def requirements():
2727
version=getenv('GITHUB_REF_NAME', default=datetime.now().strftime('%Y.%m.%d.dev%H%M')),
2828
description='OmNomNom - A simple Telegram bot to get canteen information',
2929
long_description=readme(),
30-
url='https://github.com/ekeih/OmNomNom',
30+
url='https://github.com/freitagsrunde/OmNomNom',
3131
author='Max Rosin',
3232
author_email='[email protected]',
3333
license='AGPL',

0 commit comments

Comments
 (0)