From 39c820a549972a7555bcb9217c504b2fd375e7e3 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 18 Oct 2018 01:16:11 +0200 Subject: [PATCH] libostree-sys: remove license file --- rust-bindings/rust/libostree-sys/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust-bindings/rust/libostree-sys/Cargo.toml b/rust-bindings/rust/libostree-sys/Cargo.toml index 46aa1a0d..8d60a961 100644 --- a/rust-bindings/rust/libostree-sys/Cargo.toml +++ b/rust-bindings/rust/libostree-sys/Cargo.toml @@ -45,7 +45,6 @@ categories = ["external-ffi-bindings"] description = "FFI bindings to libostree-1" keywords = ["ffi", "ostree", "libostree"] license = "MIT" -license-file = "LICENSE" links = "ostree-1" name = "libostree-sys" repository = "https://gitlab.com/fkrull/rust-libostree"