Skip to content

Commit

Permalink
Fix links to GitHub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeGak committed Apr 12, 2024
1 parent d17421d commit 106c804
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.1.1

- Fixed links to GitHub repository.

## v0.1.0

- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ In order to develop `flask-multipass-keycloak`, install the project and its depe
First, clone the repository locally with:

```shell
git clone https://github.com/indico/flask-multipass-keycloak
git clone https://github.com/unconventionaldotdev/flask-multipass-keycloak
cd flask-multipass-keycloak
```

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ prefer-active-python = true

[tool.poetry]
name = "Flask-Multipass-Keycloak"
version = "0.1.0"
version = "0.1.1"
description = "Flask-Multipass provider for Keycloak"
repository = "https://github.com/indico/flask-multipass-keycloak"
repository = "https://github.com/unconventionaldotdev/flask-multipass-keycloak"
readme = "README.md"
license = "MIT"
authors = [
Expand Down

0 comments on commit 106c804

Please sign in to comment.