From 5900bb86225fd0cb02243169a99ad35a0ce70add Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Thu, 22 Jun 2017 08:58:52 +0200 Subject: [PATCH] Use "Ultimaker" as the author for ultimaker plugins CURA-3712 --- plugins/RemovableDriveOutputDevice/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RemovableDriveOutputDevice/plugin.json b/plugins/RemovableDriveOutputDevice/plugin.json index df11644256..bdae36d6cb 100644 --- a/plugins/RemovableDriveOutputDevice/plugin.json +++ b/plugins/RemovableDriveOutputDevice/plugin.json @@ -1,6 +1,6 @@ { "name": "Removable Drive Output Device Plugin", - "author": "Ultimaker B.V.", + "author": "Ultimaker", "description": "Provides removable drive hotplugging and writing support.", "version": "1.0.0", "api": 4,