Skip to content

Commit 9900179

Browse files
authored
Merge pull request #22 from JoyStream/development
dev to master - hotfix repo url
2 parents 5131e42 + da1339f commit 9900179

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conan_package/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ class ProtocolSessionBase(ConanFile):
55
name = "ProtocolSession"
66
version = "0.1.4"
77
license = "(c) JoyStream Inc. 2016-2017"
8-
url = "https://github.com/JoyStream/protocol_session-conan.git"
8+
url = "https://github.com/JoyStream/protocol_session-cpp.git"
99
repo_ssh_url = "git@github.com:JoyStream/protocol_session-cpp.git"
10-
repo_https_url = "https://github.com/JoyStream/protocol_session-conan.git"
10+
repo_https_url = "https://github.com/JoyStream/protocol_session-cpp.git"
1111
settings = "os", "compiler", "build_type", "arch"
1212
generators = "cmake"
1313
requires = "ProtocolStateMachine/0.1.2@joystream/stable"

0 commit comments

Comments
 (0)