fix spacing in manifest
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
glyph 2022-06-16 09:19:59 +01:00
parent 8b33f8c174
commit cddcb8f9bd
1 changed files with 3 additions and 0 deletions

View File

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