From caa746575c85e6a2d297bf342198743b10cf0e36 Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Mon, 22 May 2017 19:00:29 +0200 Subject: [PATCH] Changed licence synthax --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e7b70a..ffad0db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "mpvipc" version = "1.0.0" authors = ["Jonas Frei "] description = "A small library which provides bindings to control existing mpv instances through sockets." -license = "GPLv3" +license = "GPL-3.0" homepage = "https://github.com/freijon/mpvipc" repository = "https://github.com/freijon/mpvipc"