From 1a20ec4c2c6991c4e5a8861650aa664cfe0fc129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 23 Jul 2019 14:21:51 +0300 Subject: [PATCH] Add myself to the authors list in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4eb2e4a..35f531b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gst-plugin-ndi" version = "1.0.0" -authors = ["Ruben Gonzalez ", "Daniel Vilar "] +authors = ["Ruben Gonzalez ", "Daniel Vilar ", "Sebastian Dröge "] repository = "https://github.com/teltek/gst-plugin-ndi" license = "LGPL" description = "NewTek NDI Plugin"