diff --git a/sys/Cargo.toml b/sys/Cargo.toml index fe373fe..bf67fd4 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -2,6 +2,6 @@ name = "ffmpeg-sys" version = "2.6.2-1" authors = ["meh. "] -license = "MIT" +license = "WTFPL" description = "FFI bindings to FFmpeg" repository = "https://github.com/meh/rust-ffmpeg-sys"