Skip to content

Commit

Permalink
point towards correct url
Browse files Browse the repository at this point in the history
Contributes to CURA-10475 and CURA-10951
  • Loading branch information
jellespijker committed Sep 11, 2023
1 parent 019fca7 commit 52ea01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ArcusConan(ConanFile):
name = "pyarcus"
license = "LGPL-3.0"
author = "Ultimaker B.V."
url = "https://github.com/Ultimaker/libArcus"
url = "https://github.com/Ultimaker/pyArcus"
description = "Communication library between internal components for Ultimaker software"
topics = ("conan", "python", "binding", "sip", "cura", "protobuf")
settings = "os", "compiler", "build_type", "arch"
Expand Down

0 comments on commit 52ea01b

Please sign in to comment.