diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index bf0e3622..0d388cb1 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -30,7 +30,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. """