From dbad1b62989e6e870a9fd884e47a56a26642b62e Mon Sep 17 00:00:00 2001 From: Wild Kat Date: Mon, 20 May 2019 20:05:20 +0200 Subject: [PATCH] Update license file path for cargo-deb 1.18.0 --- alacritty/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -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. """