From e887a6d58806f45eec7c826b6c2fc1c84f1d0896 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Mon, 3 Feb 2025 21:11:00 +0100
Subject: [PATCH] Published on PyPi now

---
 CHANGELOG.md | 6 ++++++
 README.md    | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd0fdf2..b118157 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Published on PyPi now
+
 ## [2.2.1] - 2025-02-01
 
 ### Fixed
@@ -23,5 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - Release on PyPi
 
+<!-- markdownlint-disable-file MD024-->
+
 [2.2.1]: https://github.com/thegcat/pretix-oidc/compare/v2.2.0...v2.2.1
 [2.2.0]: https://github.com/thegcat/pretix-oidc/releases/tag/v2.2.0
diff --git a/README.md b/README.md
index f726f76..6c5481a 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ OIDC authentication plugin for pretix
 
 Activate the virtual environment for your pretix installation and run
 
-    pip install git+https://gitlab.fachschaften.org/kif/pretix-oidc.git
+    pip install pretix-oidc
 
 To activate the OIDC authentication mechanism add
 `pretix_oidc.auth.OIDCAuthBackend` to the list of `pretix.auth_backends` in
-- 
GitLab