change tormund/news to status-im/news
This commit is contained in:
parent
62349c39c6
commit
18dceaa29f
|
@ -12,7 +12,7 @@ requires "nim >= 0.17.3",
|
|||
"chronos",
|
||||
"httputils",
|
||||
"chronicles",
|
||||
"news >= 0.4 & < 0.5",
|
||||
"https://github.com/status-im/news#status",
|
||||
"chronicles",
|
||||
"json_serialization"
|
||||
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
{. warning[UnusedImport]:off .}
|
||||
|
||||
import
|
||||
testrpcmacro, testserverclient, testethcalls, testhttp #, testerrors
|
||||
|
|
Loading…
Reference in New Issue