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. """