Skip to content

Commit 1812f6b

Browse files
committed
Fix build of cargo-deb caused by rename of license
1 parent ecb3a10 commit 1812f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ lto = true
7474
codegen-units = 1
7575

7676
[package.metadata.deb]
77-
license-file = ["LICENSE"]
77+
license-file = ["COPYING"]
7878
extended-description = """\
7979
Full feature terminal based sequence editor for git interactive rebase."""
8080
section = "utility"

0 commit comments

Comments
 (0)