Skip to content

Commit 106c804

Browse files
committed
Fix links to GitHub repository
1 parent d17421d commit 106c804

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.1.1
4+
5+
- Fixed links to GitHub repository.
6+
37
## v0.1.0
48

59
- Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In order to develop `flask-multipass-keycloak`, install the project and its depe
6262
First, clone the repository locally with:
6363

6464
```shell
65-
git clone https://github.com/indico/flask-multipass-keycloak
65+
git clone https://github.com/unconventionaldotdev/flask-multipass-keycloak
6666
cd flask-multipass-keycloak
6767
```
6868

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ prefer-active-python = true
55

66
[tool.poetry]
77
name = "Flask-Multipass-Keycloak"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
description = "Flask-Multipass provider for Keycloak"
10-
repository = "https://github.com/indico/flask-multipass-keycloak"
10+
repository = "https://github.com/unconventionaldotdev/flask-multipass-keycloak"
1111
readme = "README.md"
1212
license = "MIT"
1313
authors = [

0 commit comments

Comments
 (0)