Fix cargo-deb license file path

Fixes #2393.
This commit is contained in:
Michał Zając 2019-05-12 19:04:17 +02:00 committed by Christian Duerr
parent 1656aff85e
commit 5a71b599da
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ bench = []
[package.metadata.deb]
maintainer = "Joe Wilm <joe@jwilm.com>"
license-file = ["../LICENSE-APACHE", "3"]
license-file = ["LICENSE-APACHE", "3"]
extended-description = """\
Alacritty is the fastest terminal emulator in existence. Using the GPU for \
rendering enables optimizations that simply aren't possible without it. """