diff options
author | Michał Zając <michal.zajac+github@gmail.com> | 2019-05-12 19:04:17 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-05-12 17:04:17 +0000 |
commit | 5a71b599da5cee81eef1b2d8dabddec59c1d6df1 (patch) | |
tree | 04595ca402c20a587f29a879d71a8fb0f941d946 | |
parent | 1656aff85ed7412fd6ab8a7f75384f86d98a483b (diff) | |
download | alacritty-5a71b599da5cee81eef1b2d8dabddec59c1d6df1.tar.gz alacritty-5a71b599da5cee81eef1b2d8dabddec59c1d6df1.zip |
Fix cargo-deb license file path
Fixes #2393.
-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 7a3f5f89..d84d3244 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -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. """ |