Fix homepage in toml
This commit is contained in:
parent
3726acd7bc
commit
1c6c079f4f
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ofx-processor"
|
name = "ofx-processor"
|
||||||
version = "2.0.1"
|
version = "2.0.2"
|
||||||
description = "Personal ofx processor"
|
description = "Personal ofx processor"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
||||||
homepage = "github.com/Crocmagnon/ofx-processor/"
|
homepage = "https://github.com/Crocmagnon/ofx-processor/"
|
||||||
repository = "github.com/Crocmagnon/ofx-processor/"
|
repository = "github.com/Crocmagnon/ofx-processor/"
|
||||||
keywords = [
|
keywords = [
|
||||||
"ynab",
|
"ynab",
|
||||||
|
|
Loading…
Reference in a new issue