mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update company name in conanfile
Contributes to CURA-9808
This commit is contained in:
parent
ebd91623d0
commit
772cc0d57f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue