Fix link to Set New Password route #117

Merged
glyph merged 5 commits from fix_set_new_passwork_link into main 2022-06-16 10:02:13 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit cddcb8f9bd - Show all commits

View File

@ -9,6 +9,7 @@ repository = "https://github.com/peachcloud/peach-web"
readme = "README.md"
license = "AGPL-3.0-only"
publish = false
[package.metadata.deb]
depends = "apache2-utils"
extended-description = """\
@ -26,9 +27,11 @@ assets = [
["static/images/*", "/usr/share/peach-web/static/images/", "644"],
["README.md", "/usr/share/doc/peach-web/README", "644"],
]
[badges]
travis-ci = { repository = "peachcloud/peach-web", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
async-std = "1.10"
base64 = "0.13"