diff options
author | Wild Kat <wk@users.noreply.github.com> | 2019-05-20 20:05:20 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-05-20 18:05:20 +0000 |
commit | dbad1b62989e6e870a9fd884e47a56a26642b62e (patch) | |
tree | 78865910bdf41b25604dbd54c470670aebe20362 | |
parent | 29c037e3c5601731b7ec0e9555bd09fe5531bd05 (diff) | |
download | alacritty-dbad1b62989e6e870a9fd884e47a56a26642b62e.tar.gz alacritty-dbad1b62989e6e870a9fd884e47a56a26642b62e.zip |
Update license file path for cargo-deb 1.18.0
-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 d84d3244..7a3f5f89 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. """ |