Skip to content

Commit dd3ec75

Browse files
committed
Fix license-file warning
1 parent c34d4a1 commit dd3ec75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
description = "Rust reimagining of potential-engine"
55
readme = "README.md"
66
license = "MIT"
7-
license-file="LICENSE"
87
authors = ["Caleb Xavier Berger <caleb.x.berger@gmail.com>"]
98
edition = "2018"
109

@@ -17,4 +16,5 @@ gstreamer = "0.15.0"
1716
gstreamer-rtsp-server = "0.15.0"
1817

1918
[package.metadata.deb]
19+
license-file=["LICENSE", "0"]
2020
depends="libgstrtspserver-1.0 (>=1.14.4-1), gstreamer1.0-plugins-ugly (>=1.14.4-1), gstreamer1.0-plugins-good (>=1.14.4-1), gstreamer1.0-plugins-bad (>=1.14.4-1)"

0 commit comments

Comments
 (0)