From 772cc0d57fe8a5011ce93a452d252cd976df397e Mon Sep 17 00:00:00 2001 From: jspijker Date: Mon, 28 Nov 2022 08:44:21 +0100 Subject: [PATCH] Update company name in conanfile Contributes to CURA-9808 --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 46650bdc21..d890885794 100644 --- a/conanfile.py +++ b/conanfile.py @@ -16,7 +16,7 @@ required_conan_version = ">=1.52.0" class CuraConan(ConanFile): name = "cura" license = "LGPL-3.0" - author = "Ultimaker B.V." + author = "UltiMaker" url = "https://github.com/Ultimaker/cura" description = "3D printer / slicing GUI built on top of the Uranium framework" topics = ("conan", "python", "pyqt5", "qt", "qml", "3d-printing", "slicer")