@@ -3632,7 +3632,6 @@ dependencies = [
[[package]]
name = "substrate-stake-module"
version = "1.0.1"
-source = "git+https://github.com/Joystream/substrate-stake-module/?tag=v1.0.1#af5860c3cde5b11e37728df0b1dfbbdf9a9fa2f3"
dependencies = [
"hex-literal 0.1.4",
"parity-scale-codec",
@@ -280,8 +280,7 @@ path = 'runtime-modules/token-minting'
[dependencies.stake]
default_features = false
package = 'substrate-stake-module'
-git = 'https://github.com/Joystream/substrate-stake-module/'
-tag = 'v1.0.1'
+path = 'runtime-modules/stake'
[dependencies.recurringrewards]
@@ -80,8 +80,7 @@ path = '../token-minting'
+path = '../stake'
@@ -21,9 +21,8 @@ quote = '<=1.0.2'
-git = 'https://github.com/joystream/substrate-stake-module'
[dependencies.timestamp]
@@ -1,7 +1,7 @@
[package]
name = 'substrate-stake-module'
version = '1.0.1'
-authors = ['Mokhtar Naamani <mokhtar.naamani@gmail.com>']
+authors = ['Joystream contributors']
edition = '2018'
[dependencies]