diff --git a/README.rst b/README.rst
index 844e7e5250cda871e52df183043224d1eab3568c..89191ed60ec4faee1b50cff44f8af72cf23c2b71 100644
--- a/README.rst
+++ b/README.rst
@@ -1,10 +1,10 @@
-BiscuIT School Information System (SIS) - App FiBu (financial accounting)
+AlekSIS School Information System (SIS) - App FiBu (financial accounting)
 ======================================================================
 
-BiscuIT
+AlekSIS
 -------
 
-This is an application for use with the `BiscuIT-ng`_ platform.
+This is an application for use with the `AlekSIS`_ platform.
 
 Features
 --------
@@ -26,4 +26,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/fibu/README.md b/aleksis/apps/fibu/README.md
similarity index 100%
rename from biscuit/apps/fibu/README.md
rename to aleksis/apps/fibu/README.md
diff --git a/biscuit/apps/fibu/__init__.py b/aleksis/apps/fibu/__init__.py
similarity index 100%
rename from biscuit/apps/fibu/__init__.py
rename to aleksis/apps/fibu/__init__.py
diff --git a/biscuit/apps/fibu/admin.py b/aleksis/apps/fibu/admin.py
similarity index 100%
rename from biscuit/apps/fibu/admin.py
rename to aleksis/apps/fibu/admin.py
diff --git a/biscuit/apps/fibu/apps.py b/aleksis/apps/fibu/apps.py
similarity index 100%
rename from biscuit/apps/fibu/apps.py
rename to aleksis/apps/fibu/apps.py
diff --git a/biscuit/apps/fibu/decorators.py b/aleksis/apps/fibu/decorators.py
similarity index 100%
rename from biscuit/apps/fibu/decorators.py
rename to aleksis/apps/fibu/decorators.py
diff --git a/biscuit/apps/fibu/filters.py b/aleksis/apps/fibu/filters.py
similarity index 100%
rename from biscuit/apps/fibu/filters.py
rename to aleksis/apps/fibu/filters.py
diff --git a/biscuit/apps/fibu/forms.py b/aleksis/apps/fibu/forms.py
similarity index 100%
rename from biscuit/apps/fibu/forms.py
rename to aleksis/apps/fibu/forms.py
diff --git a/biscuit/apps/fibu/migrations/0001_initial.py b/aleksis/apps/fibu/migrations/0001_initial.py
similarity index 100%
rename from biscuit/apps/fibu/migrations/0001_initial.py
rename to aleksis/apps/fibu/migrations/0001_initial.py
diff --git a/biscuit/apps/fibu/migrations/0002_auto_20191228_1357.py b/aleksis/apps/fibu/migrations/0002_auto_20191228_1357.py
similarity index 100%
rename from biscuit/apps/fibu/migrations/0002_auto_20191228_1357.py
rename to aleksis/apps/fibu/migrations/0002_auto_20191228_1357.py
diff --git a/biscuit/apps/fibu/migrations/0003_auto_20191228_1553.py b/aleksis/apps/fibu/migrations/0003_auto_20191228_1553.py
similarity index 100%
rename from biscuit/apps/fibu/migrations/0003_auto_20191228_1553.py
rename to aleksis/apps/fibu/migrations/0003_auto_20191228_1553.py
diff --git a/biscuit/apps/fibu/migrations/__init__.py b/aleksis/apps/fibu/migrations/__init__.py
similarity index 100%
rename from biscuit/apps/fibu/migrations/__init__.py
rename to aleksis/apps/fibu/migrations/__init__.py
diff --git a/biscuit/apps/fibu/models.py b/aleksis/apps/fibu/models.py
similarity index 100%
rename from biscuit/apps/fibu/models.py
rename to aleksis/apps/fibu/models.py
diff --git a/biscuit/apps/fibu/templates/fibu/account/edit.html b/aleksis/apps/fibu/templates/fibu/account/edit.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/account/edit.html
rename to aleksis/apps/fibu/templates/fibu/account/edit.html
diff --git a/biscuit/apps/fibu/templates/fibu/account/index.html b/aleksis/apps/fibu/templates/fibu/account/index.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/account/index.html
rename to aleksis/apps/fibu/templates/fibu/account/index.html
diff --git a/biscuit/apps/fibu/templates/fibu/booking/book.html b/aleksis/apps/fibu/templates/fibu/booking/book.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/booking/book.html
rename to aleksis/apps/fibu/templates/fibu/booking/book.html
diff --git a/biscuit/apps/fibu/templates/fibu/booking/check.html b/aleksis/apps/fibu/templates/fibu/booking/check.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/booking/check.html
rename to aleksis/apps/fibu/templates/fibu/booking/check.html
diff --git a/biscuit/apps/fibu/templates/fibu/booking/edit.html b/aleksis/apps/fibu/templates/fibu/booking/edit.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/booking/edit.html
rename to aleksis/apps/fibu/templates/fibu/booking/edit.html
diff --git a/biscuit/apps/fibu/templates/fibu/booking/index.html b/aleksis/apps/fibu/templates/fibu/booking/index.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/booking/index.html
rename to aleksis/apps/fibu/templates/fibu/booking/index.html
diff --git a/biscuit/apps/fibu/templates/fibu/booking/new.html b/aleksis/apps/fibu/templates/fibu/booking/new.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/booking/new.html
rename to aleksis/apps/fibu/templates/fibu/booking/new.html
diff --git a/biscuit/apps/fibu/templates/fibu/cost_center/edit.html b/aleksis/apps/fibu/templates/fibu/cost_center/edit.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/cost_center/edit.html
rename to aleksis/apps/fibu/templates/fibu/cost_center/edit.html
diff --git a/biscuit/apps/fibu/templates/fibu/cost_center/index.html b/aleksis/apps/fibu/templates/fibu/cost_center/index.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/cost_center/index.html
rename to aleksis/apps/fibu/templates/fibu/cost_center/index.html
diff --git a/biscuit/apps/fibu/templates/fibu/index.html b/aleksis/apps/fibu/templates/fibu/index.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/index.html
rename to aleksis/apps/fibu/templates/fibu/index.html
diff --git a/biscuit/apps/fibu/templates/fibu/reports/expenses.html b/aleksis/apps/fibu/templates/fibu/reports/expenses.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/reports/expenses.html
rename to aleksis/apps/fibu/templates/fibu/reports/expenses.html
diff --git a/biscuit/apps/fibu/templates/fibu/reports/index.html b/aleksis/apps/fibu/templates/fibu/reports/index.html
similarity index 100%
rename from biscuit/apps/fibu/templates/fibu/reports/index.html
rename to aleksis/apps/fibu/templates/fibu/reports/index.html
diff --git a/biscuit/apps/fibu/urls.py b/aleksis/apps/fibu/urls.py
similarity index 100%
rename from biscuit/apps/fibu/urls.py
rename to aleksis/apps/fibu/urls.py
diff --git a/biscuit/apps/fibu/views.py b/aleksis/apps/fibu/views.py
similarity index 100%
rename from biscuit/apps/fibu/views.py
rename to aleksis/apps/fibu/views.py
diff --git a/pyproject.toml b/pyproject.toml
index d5ded4a12387a3ac974418e80c1652e7b206138e..23820f076a28ce78f098362f75163f1fbdc0be5a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,16 +2,16 @@
 name = "BiscuIT-App-FiBu"
 version = "1.0a4dev0"
 packages = [
-    { include = "biscuit" }
+    { include = "aleksis" }
 ]
 readme = "README.rst"
 
-description = "BiscuIT School Information System (SIS) - App FiBu (financial accounting)"
+description = "AlekSIS School Information System (SIS) - App FiBu (financial accounting)"
 authors = ["Frank Poetzsch-Heffter <p-h@katharineum.de>", "Jonathan Weth <wethjo@katharineum.de>"]
 license = "EUPL-1.2"
-homepage = "https://biscuit.edugit.io/"
+homepage = "https://aleksis.edugit.io/"
 repository = "https://edugit.org/BiscuIT/BiscuIT-App-FiBu"
-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"]