We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5131e42 + da1339f commit 9900179Copy full SHA for 9900179
1 file changed
conan_package/base.py
@@ -5,9 +5,9 @@ class ProtocolSessionBase(ConanFile):
5
name = "ProtocolSession"
6
version = "0.1.4"
7
license = "(c) JoyStream Inc. 2016-2017"
8
- url = "https://github.com/JoyStream/protocol_session-conan.git"
+ url = "https://github.com/JoyStream/protocol_session-cpp.git"
9
repo_ssh_url = "git@github.com:JoyStream/protocol_session-cpp.git"
10
- repo_https_url = "https://github.com/JoyStream/protocol_session-conan.git"
+ repo_https_url = "https://github.com/JoyStream/protocol_session-cpp.git"
11
settings = "os", "compiler", "build_type", "arch"
12
generators = "cmake"
13
requires = "ProtocolStateMachine/0.1.2@joystream/stable"
0 commit comments