From 5a71b599da5cee81eef1b2d8dabddec59c1d6df1 Mon Sep 17 00:00:00 2001 From: Michał Zając Date: Sun, 12 May 2019 19:04:17 +0200 Subject: Fix cargo-deb license file path Fixes #2393. --- alacritty/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -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. """ -- cgit