Skip to content

Commit 2b7b2e0

Browse files
authored
Fix repository URL
It does matter to automatically retrieve the license
1 parent 26b48b8 commit 2b7b2e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class CuraFormulaeEngineConan(ConanFile):
1515
name = "cura-formulae-engine"
1616
author = "UltiMaker"
17-
url = "https://github.com/Ultimaker/CuraFormlaeEngine"
17+
url = "https://github.com/Ultimaker/CuraFormulaeEngine"
1818
homepage = "https://ultimaker.com"
1919
description = "Formulae parser and evaluator engine used in Ultimaker Cura"
2020
settings = "os", "compiler", "build_type", "arch"

0 commit comments

Comments
 (0)