diff --git a/README.rst b/README.rst
index 8052d63bd52718c242a52d01dca21eed576d0edf..013f1b6a4e321bd8ff665e7a30f86d712bd34375 100644
--- a/README.rst
+++ b/README.rst
@@ -1,10 +1,10 @@
-BiscuIT School Information System (SIS) - App Chronos (digital timetables)
+AlekSIS School Information System (SIS) - App Chronos (digital timetables)
 ======================================================================
 
-BiscuIT
+AlekSIS
 -------
 
-This is an application for use with the `BiscuIT-ng`_ platform.
+This is an application for use with the `AlekSIS`_ platform.
 
 Features
 --------
@@ -30,4 +30,4 @@ full licence text or on the `Europen Union Public Licence`_ website
 https://joinup.ec.europa.eu/collection/eupl/guidelines-users-and-developers
 (including all other official language versions).
 
-.. _BiscuIT-ng: https://edugit.org/BiscuIT/BiscuIT-ng
+.. _AlekSIS: https://edugit.org/AlekSIS/AlekSIS
diff --git a/biscuit/apps/chronos/__init__.py b/aleksis/apps/chronos/__init__.py
similarity index 100%
rename from biscuit/apps/chronos/__init__.py
rename to aleksis/apps/chronos/__init__.py
diff --git a/biscuit/apps/chronos/admin.py b/aleksis/apps/chronos/admin.py
similarity index 100%
rename from biscuit/apps/chronos/admin.py
rename to aleksis/apps/chronos/admin.py
diff --git a/biscuit/apps/chronos/apps.py b/aleksis/apps/chronos/apps.py
similarity index 100%
rename from biscuit/apps/chronos/apps.py
rename to aleksis/apps/chronos/apps.py
diff --git a/biscuit/apps/chronos/fallback_view.py b/aleksis/apps/chronos/fallback_view.py
similarity index 100%
rename from biscuit/apps/chronos/fallback_view.py
rename to aleksis/apps/chronos/fallback_view.py
diff --git a/biscuit/apps/chronos/filters.py b/aleksis/apps/chronos/filters.py
similarity index 100%
rename from biscuit/apps/chronos/filters.py
rename to aleksis/apps/chronos/filters.py
diff --git a/biscuit/apps/chronos/forms.py b/aleksis/apps/chronos/forms.py
similarity index 100%
rename from biscuit/apps/chronos/forms.py
rename to aleksis/apps/chronos/forms.py
diff --git a/biscuit/apps/chronos/hints.py b/aleksis/apps/chronos/hints.py
similarity index 100%
rename from biscuit/apps/chronos/hints.py
rename to aleksis/apps/chronos/hints.py
diff --git a/biscuit/apps/chronos/locale/ar/LC_MESSAGES/django.po b/aleksis/apps/chronos/locale/ar/LC_MESSAGES/django.po
similarity index 100%
rename from biscuit/apps/chronos/locale/ar/LC_MESSAGES/django.po
rename to aleksis/apps/chronos/locale/ar/LC_MESSAGES/django.po
diff --git a/biscuit/apps/chronos/locale/de_DE/LC_MESSAGES/django.po b/aleksis/apps/chronos/locale/de_DE/LC_MESSAGES/django.po
similarity index 100%
rename from biscuit/apps/chronos/locale/de_DE/LC_MESSAGES/django.po
rename to aleksis/apps/chronos/locale/de_DE/LC_MESSAGES/django.po
diff --git a/biscuit/apps/chronos/locale/fr/LC_MESSAGES/django.po b/aleksis/apps/chronos/locale/fr/LC_MESSAGES/django.po
similarity index 100%
rename from biscuit/apps/chronos/locale/fr/LC_MESSAGES/django.po
rename to aleksis/apps/chronos/locale/fr/LC_MESSAGES/django.po
diff --git a/biscuit/apps/chronos/locale/nb_NO/LC_MESSAGES/django.po b/aleksis/apps/chronos/locale/nb_NO/LC_MESSAGES/django.po
similarity index 100%
rename from biscuit/apps/chronos/locale/nb_NO/LC_MESSAGES/django.po
rename to aleksis/apps/chronos/locale/nb_NO/LC_MESSAGES/django.po
diff --git a/biscuit/apps/chronos/locale/tr_TR/LC_MESSAGES/django.po b/aleksis/apps/chronos/locale/tr_TR/LC_MESSAGES/django.po
similarity index 100%
rename from biscuit/apps/chronos/locale/tr_TR/LC_MESSAGES/django.po
rename to aleksis/apps/chronos/locale/tr_TR/LC_MESSAGES/django.po
diff --git a/biscuit/apps/chronos/m2l.py b/aleksis/apps/chronos/m2l.py
similarity index 100%
rename from biscuit/apps/chronos/m2l.py
rename to aleksis/apps/chronos/m2l.py
diff --git a/biscuit/apps/chronos/menus.py b/aleksis/apps/chronos/menus.py
similarity index 100%
rename from biscuit/apps/chronos/menus.py
rename to aleksis/apps/chronos/menus.py
diff --git a/biscuit/apps/chronos/migrations/0001_initial.py b/aleksis/apps/chronos/migrations/0001_initial.py
similarity index 100%
rename from biscuit/apps/chronos/migrations/0001_initial.py
rename to aleksis/apps/chronos/migrations/0001_initial.py
diff --git a/biscuit/apps/chronos/migrations/0002_db_indexes.py b/aleksis/apps/chronos/migrations/0002_db_indexes.py
similarity index 100%
rename from biscuit/apps/chronos/migrations/0002_db_indexes.py
rename to aleksis/apps/chronos/migrations/0002_db_indexes.py
diff --git a/biscuit/apps/chronos/migrations/0003_substitution_cancelled_or_subject.py b/aleksis/apps/chronos/migrations/0003_substitution_cancelled_or_subject.py
similarity index 100%
rename from biscuit/apps/chronos/migrations/0003_substitution_cancelled_or_subject.py
rename to aleksis/apps/chronos/migrations/0003_substitution_cancelled_or_subject.py
diff --git a/biscuit/apps/chronos/migrations/0004_room_name_not_unique.py b/aleksis/apps/chronos/migrations/0004_room_name_not_unique.py
similarity index 100%
rename from biscuit/apps/chronos/migrations/0004_room_name_not_unique.py
rename to aleksis/apps/chronos/migrations/0004_room_name_not_unique.py
diff --git a/biscuit/apps/chronos/migrations/__init__.py b/aleksis/apps/chronos/migrations/__init__.py
similarity index 100%
rename from biscuit/apps/chronos/migrations/__init__.py
rename to aleksis/apps/chronos/migrations/__init__.py
diff --git a/biscuit/apps/chronos/model_extensions.py b/aleksis/apps/chronos/model_extensions.py
similarity index 100%
rename from biscuit/apps/chronos/model_extensions.py
rename to aleksis/apps/chronos/model_extensions.py
diff --git a/biscuit/apps/chronos/models.py b/aleksis/apps/chronos/models.py
similarity index 100%
rename from biscuit/apps/chronos/models.py
rename to aleksis/apps/chronos/models.py
diff --git a/biscuit/apps/chronos/pdf.py b/aleksis/apps/chronos/pdf.py
similarity index 100%
rename from biscuit/apps/chronos/pdf.py
rename to aleksis/apps/chronos/pdf.py
diff --git a/biscuit/apps/chronos/settings.py b/aleksis/apps/chronos/settings.py
similarity index 100%
rename from biscuit/apps/chronos/settings.py
rename to aleksis/apps/chronos/settings.py
diff --git a/biscuit/apps/chronos/static/css/chronos/timetable.css b/aleksis/apps/chronos/static/css/chronos/timetable.css
similarity index 100%
rename from biscuit/apps/chronos/static/css/chronos/timetable.css
rename to aleksis/apps/chronos/static/css/chronos/timetable.css
diff --git a/biscuit/apps/chronos/tables.py b/aleksis/apps/chronos/tables.py
similarity index 100%
rename from biscuit/apps/chronos/tables.py
rename to aleksis/apps/chronos/tables.py
diff --git a/biscuit/apps/chronos/templates/chronos/edit_substitution.html b/aleksis/apps/chronos/templates/chronos/edit_substitution.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/edit_substitution.html
rename to aleksis/apps/chronos/templates/chronos/edit_substitution.html
diff --git a/biscuit/apps/chronos/templates/chronos/lessons_day.html b/aleksis/apps/chronos/templates/chronos/lessons_day.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/lessons_day.html
rename to aleksis/apps/chronos/templates/chronos/lessons_day.html
diff --git a/biscuit/apps/chronos/templates/chronos/substitutions.html b/aleksis/apps/chronos/templates/chronos/substitutions.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/substitutions.html
rename to aleksis/apps/chronos/templates/chronos/substitutions.html
diff --git a/biscuit/apps/chronos/templates/chronos/tt_day.html b/aleksis/apps/chronos/templates/chronos/tt_day.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/tt_day.html
rename to aleksis/apps/chronos/templates/chronos/tt_day.html
diff --git a/biscuit/apps/chronos/templates/chronos/tt_lesson.html b/aleksis/apps/chronos/templates/chronos/tt_lesson.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/tt_lesson.html
rename to aleksis/apps/chronos/templates/chronos/tt_lesson.html
diff --git a/biscuit/apps/chronos/templates/chronos/tt_week.html b/aleksis/apps/chronos/templates/chronos/tt_week.html
similarity index 100%
rename from biscuit/apps/chronos/templates/chronos/tt_week.html
rename to aleksis/apps/chronos/templates/chronos/tt_week.html
diff --git a/biscuit/apps/chronos/templates/timetable/all.html b/aleksis/apps/chronos/templates/timetable/all.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/all.html
rename to aleksis/apps/chronos/templates/timetable/all.html
diff --git a/biscuit/apps/chronos/templates/timetable/datepicker.html b/aleksis/apps/chronos/templates/timetable/datepicker.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/datepicker.html
rename to aleksis/apps/chronos/templates/timetable/datepicker.html
diff --git a/biscuit/apps/chronos/templates/timetable/fallback.html b/aleksis/apps/chronos/templates/timetable/fallback.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/fallback.html
rename to aleksis/apps/chronos/templates/timetable/fallback.html
diff --git a/biscuit/apps/chronos/templates/timetable/hintform.html b/aleksis/apps/chronos/templates/timetable/hintform.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/hintform.html
rename to aleksis/apps/chronos/templates/timetable/hintform.html
diff --git a/biscuit/apps/chronos/templates/timetable/hints.html b/aleksis/apps/chronos/templates/timetable/hints.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/hints.html
rename to aleksis/apps/chronos/templates/timetable/hints.html
diff --git a/biscuit/apps/chronos/templates/timetable/hintsinplan.html b/aleksis/apps/chronos/templates/timetable/hintsinplan.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/hintsinplan.html
rename to aleksis/apps/chronos/templates/timetable/hintsinplan.html
diff --git a/biscuit/apps/chronos/templates/timetable/hintsinsub.html b/aleksis/apps/chronos/templates/timetable/hintsinsub.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/hintsinsub.html
rename to aleksis/apps/chronos/templates/timetable/hintsinsub.html
diff --git a/biscuit/apps/chronos/templates/timetable/hintsinsubprint.html b/aleksis/apps/chronos/templates/timetable/hintsinsubprint.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/hintsinsubprint.html
rename to aleksis/apps/chronos/templates/timetable/hintsinsubprint.html
diff --git a/biscuit/apps/chronos/templates/timetable/latex/header.tex b/aleksis/apps/chronos/templates/timetable/latex/header.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/header.tex
rename to aleksis/apps/chronos/templates/timetable/latex/header.tex
diff --git a/biscuit/apps/chronos/templates/timetable/latex/hints.tex b/aleksis/apps/chronos/templates/timetable/latex/hints.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/hints.tex
rename to aleksis/apps/chronos/templates/timetable/latex/hints.tex
diff --git a/biscuit/apps/chronos/templates/timetable/latex/room.tex b/aleksis/apps/chronos/templates/timetable/latex/room.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/room.tex
rename to aleksis/apps/chronos/templates/timetable/latex/room.tex
diff --git a/biscuit/apps/chronos/templates/timetable/latex/subject.tex b/aleksis/apps/chronos/templates/timetable/latex/subject.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/subject.tex
rename to aleksis/apps/chronos/templates/timetable/latex/subject.tex
diff --git a/biscuit/apps/chronos/templates/timetable/latex/substitutions.tex b/aleksis/apps/chronos/templates/timetable/latex/substitutions.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/substitutions.tex
rename to aleksis/apps/chronos/templates/timetable/latex/substitutions.tex
diff --git a/biscuit/apps/chronos/templates/timetable/latex/teacher.tex b/aleksis/apps/chronos/templates/timetable/latex/teacher.tex
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/latex/teacher.tex
rename to aleksis/apps/chronos/templates/timetable/latex/teacher.tex
diff --git a/biscuit/apps/chronos/templates/timetable/lesson.html b/aleksis/apps/chronos/templates/timetable/lesson.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/lesson.html
rename to aleksis/apps/chronos/templates/timetable/lesson.html
diff --git a/biscuit/apps/chronos/templates/timetable/myplan.html b/aleksis/apps/chronos/templates/timetable/myplan.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/myplan.html
rename to aleksis/apps/chronos/templates/timetable/myplan.html
diff --git a/biscuit/apps/chronos/templates/timetable/plan.html b/aleksis/apps/chronos/templates/timetable/plan.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/plan.html
rename to aleksis/apps/chronos/templates/timetable/plan.html
diff --git a/biscuit/apps/chronos/templates/timetable/quicklaunch.html b/aleksis/apps/chronos/templates/timetable/quicklaunch.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/quicklaunch.html
rename to aleksis/apps/chronos/templates/timetable/quicklaunch.html
diff --git a/biscuit/apps/chronos/templates/timetable/subs/room.html b/aleksis/apps/chronos/templates/timetable/subs/room.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/subs/room.html
rename to aleksis/apps/chronos/templates/timetable/subs/room.html
diff --git a/biscuit/apps/chronos/templates/timetable/subs/subject.html b/aleksis/apps/chronos/templates/timetable/subs/subject.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/subs/subject.html
rename to aleksis/apps/chronos/templates/timetable/subs/subject.html
diff --git a/biscuit/apps/chronos/templates/timetable/subs/teacher.html b/aleksis/apps/chronos/templates/timetable/subs/teacher.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/subs/teacher.html
rename to aleksis/apps/chronos/templates/timetable/subs/teacher.html
diff --git a/biscuit/apps/chronos/templates/timetable/substitution.html b/aleksis/apps/chronos/templates/timetable/substitution.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/substitution.html
rename to aleksis/apps/chronos/templates/timetable/substitution.html
diff --git a/biscuit/apps/chronos/templates/timetable/substitutionprint.html b/aleksis/apps/chronos/templates/timetable/substitutionprint.html
similarity index 100%
rename from biscuit/apps/chronos/templates/timetable/substitutionprint.html
rename to aleksis/apps/chronos/templates/timetable/substitutionprint.html
diff --git a/biscuit/apps/chronos/templatetags/__init__.py b/aleksis/apps/chronos/templatetags/__init__.py
similarity index 100%
rename from biscuit/apps/chronos/templatetags/__init__.py
rename to aleksis/apps/chronos/templatetags/__init__.py
diff --git a/biscuit/apps/chronos/templatetags/common.py b/aleksis/apps/chronos/templatetags/common.py
similarity index 100%
rename from biscuit/apps/chronos/templatetags/common.py
rename to aleksis/apps/chronos/templatetags/common.py
diff --git a/biscuit/apps/chronos/templatetags/week_helpers.py b/aleksis/apps/chronos/templatetags/week_helpers.py
similarity index 100%
rename from biscuit/apps/chronos/templatetags/week_helpers.py
rename to aleksis/apps/chronos/templatetags/week_helpers.py
diff --git a/biscuit/apps/chronos/urls.py b/aleksis/apps/chronos/urls.py
similarity index 100%
rename from biscuit/apps/chronos/urls.py
rename to aleksis/apps/chronos/urls.py
diff --git a/biscuit/apps/chronos/util.py b/aleksis/apps/chronos/util.py
similarity index 100%
rename from biscuit/apps/chronos/util.py
rename to aleksis/apps/chronos/util.py
diff --git a/biscuit/apps/chronos/views.py b/aleksis/apps/chronos/views.py
similarity index 100%
rename from biscuit/apps/chronos/views.py
rename to aleksis/apps/chronos/views.py
diff --git a/pyproject.toml b/pyproject.toml
index a49c3a42515f56a3a324a7df3bd06f4b2592d396..5a0e6ce3c1256fdeb794bc3f9a5ad8e0cfcdab94 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,16 +2,16 @@
 name = "BiscuIT-App-Chronos"
 version = "1.0a4dev0"
 packages = [
-    { include = "biscuit" }
+    { include = "aleksis" }
 ]
 readme = "README.rst"
 
-description = "BiscuIT School Information System (SIS) - App Chronos (Time tables)"
+description = "AlekSIS School Information System (SIS) - App Chronos (Time tables)"
 authors = ["Dominik George <dominik.george@teckids.org>", "Julian Leucker <leuckeju@katharineum.de>", "Frank Poetzsch-Heffter <p-h@katharineum.de>", "Tom Teichler <tom.teichler@teckids.org>", "Jonathan Weth <wethjo@katharineum.de>", "Hangzhi Yu <yuha@katharineum.de>"]
 license = "EUPL-1.2"
-homepage = "https://biscuit.edugit.io/"
+homepage = "https://aleksis.edugit.io/"
 repository = "https://edugit.org/BiscuIT/BiscuIT-App-Chronos"
-documentation = "https://biscuit.edugit.io/BiscuIT-ng/docs/html/"
+documentation = "https://aleksis.edugit.io/AlekSIS/docs/html/"
 classifiers = [
     "Environment :: Web Environment",
     "Intended Audience :: Education",
@@ -20,7 +20,7 @@ classifiers = [
 
 [tool.poetry.dependencies]
 python = "^3.7"
-BiscuIT-ng = { path = "../../.." }
+AlekSIS = { path = "../../.." }
 
 [build-system]
 requires = ["poetry>=0.12"]