diff options
author | Wild Kat <wk@users.noreply.github.com> | 2019-04-28 23:08:41 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-28 21:08:41 +0000 |
commit | ce53639553e5fc739f6db434b58704b2e9b405b7 (patch) | |
tree | 5080c6fb7e5b72bba032f7db8a40f9b80e60100d | |
parent | 9e89aaa477369b20a06f4b9f636d7fd543c4c985 (diff) | |
download | alacritty-ce53639553e5fc739f6db434b58704b2e9b405b7.tar.gz alacritty-ce53639553e5fc739f6db434b58704b2e9b405b7.zip |
Fix cargo-deb license file path
-rw-r--r-- | alacritty/Cargo.toml | 2 |
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. """ |