Fix cargo-deb license file path

This commit is contained in:
Wild Kat 2019-04-28 23:08:41 +02:00 committed by Christian Duerr
parent 9e89aaa477
commit ce53639553
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,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. """