diff --git a/README.rst b/README.rst
index b52a03ab49c3da5f967660888d4b7c1ace60211f..a0d5e7129f905de91c64ee9bf922cb2296fde4fb 100644
--- a/README.rst
+++ b/README.rst
@@ -29,5 +29,5 @@ full licence text or on the `European Union Public Licence`_ website
 https://joinup.ec.europa.eu/collection/eupl/guidelines-users-and-developers
 (including all other official language versions).
 
-.. _AlekSIS: https://edugit.org/AlekSIS/Official/AlekSIS
+.. _AlekSIS: https://aleksis.org/
 .. _European Union Public Licence: https://eupl.eu/
diff --git a/pyproject.toml b/pyproject.toml
index d0f3d83cb7fc2b2841dd1f994ac7e9a9f18f1006..8a412c029df54c5dfd494eb74f8e410d40204ad7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Chronos"
-version = "2.0a1"
+version = "2.0a2"
 packages = [
     { include = "aleksis" }
 ]
@@ -9,14 +9,19 @@ include = ["CHANGELOG.rst", "LICENCE.rst"]
 
 description = "AlekSIS (School Information System) — App Χρόνος (digital timetables)"
 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://aleksis.edugit.io/"
-repository = "https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos"
-documentation = "https://aleksis.edugit.io/AlekSIS/docs/html/"
+maintainers = ["Jonathan Weth <wethjo@katharineum.de>", "Dominik George <dominik.george@teckids.org>"]
+license = "EUPL-1.2-or-later"
+homepage = "https://aleksis.org/"
+repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Chronos"
+documentation = "https://aleksis.org/AlekSIS/docs/html/"
+keywords = ["SIS", "education", "school", "timetable", "plans"]
 classifiers = [
+    "Development Status :: 3 - Alpha",
     "Environment :: Web Environment",
+    "Framework :: Django :: 3.0",
     "Intended Audience :: Education",
-    "Topic :: Education"
+    "Topic :: Education",
+    "Typing :: Typed",
 ]
 
 [tool.poetry.dependencies]