From 58482151191c65894379f42c1828e3ee298066f1 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 12 Apr 2019 11:10:05 +0200 Subject: [PATCH] Drop a redundant entry Avoid a cargo warning. The license file itself is redundant, but some downstream apparently need it. --- ivf/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ivf/Cargo.toml b/ivf/Cargo.toml index 76d7a2e570..8b62fe766b 100644 --- a/ivf/Cargo.toml +++ b/ivf/Cargo.toml @@ -5,7 +5,6 @@ authors = ["Thomas Daede "] edition = "2018" description = "Simple ivf muxer" license = "BSD-2" -license-file = "LICENSE" homepage = "https://github.com/xiph/rav1e" [dependencies]