summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWild Kat <wk@users.noreply.github.com>2019-04-28 23:08:41 +0200
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-28 21:08:41 +0000
commitce53639553e5fc739f6db434b58704b2e9b405b7 (patch)
tree5080c6fb7e5b72bba032f7db8a40f9b80e60100d
parent9e89aaa477369b20a06f4b9f636d7fd543c4c985 (diff)
Fix cargo-deb license file path
-rw-r--r--alacritty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index bf0e3622..0d388cb1 100644
--- a/alacritty/Cargo.toml
+++ b/alacritty/Cargo.toml
@@ -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. """