From 086939883467eeba588ee297f3df9c4593716c00 Mon Sep 17 00:00:00 2001
From: Alexander Nozik <altavir@gmail.com>
Date: Mon, 15 Mar 2021 11:00:56 +0300
Subject: [PATCH] Update kscience descriptors

---
 libraries/kmath.json  | 17 ++++++++---------
 libraries/plotly.json | 15 ++++++---------
 2 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/libraries/kmath.json b/libraries/kmath.json
index 370bc2213..81e83a128 100644
--- a/libraries/kmath.json
+++ b/libraries/kmath.json
@@ -1,21 +1,20 @@
 {
   "description": "Experimental Kotlin algebra-based mathematical library",
   "properties": {
-    "v": "0.2.0"
+    "v": "0.2.1"
   },
   "link": "https://github.com/mipt-npm/kmath",
   "repositories": [
-    "https://dl.bintray.com/mipt-npm/kscience",
-    "https://dl.bintray.com/mipt-npm/dev"
+    "https://repo.kotlin.link"
   ],
   "dependencies": [
-    "kscience.kmath:kmath-commons:$v",
-    "kscience.kmath:kmath-for-real:$v"
+    "space.kscience:kmath-commons:$v",
+    "space.kscience:kmath-for-real-jvm:$v"
   ],
   "imports": [
-    "kscience.kmath.linear.*",
-    "kscience.kmath.operations.*",
-    "kscience.kmath.structures.*",
-    "kscience.kmath.real.*"
+    "space.kscience.kmath.linear.*",
+    "space.kscience.kmath.operations.*",
+    "space.kscience.kmath.structures.*",
+    "space.kscience.kmath.real.*"
   ]
 }
diff --git a/libraries/plotly.json b/libraries/plotly.json
index dead04676..f50c1fd51 100644
--- a/libraries/plotly.json
+++ b/libraries/plotly.json
@@ -1,16 +1,13 @@
 {
     "imports": [
-        "kscience.plotly.*",
-        "kscience.plotly.models.*",
-        "kscience.plotly.JupyterPlotly",
-        "hep.dataforge.meta.*",
+        "space.kscience.plotly.*",
+        "space.kscience.plotly.models.*",
+        "space.kscience.plotly.JupyterPlotly",
+        "space.kscience.dataforge.meta.*",
         "kotlinx.html.*"
     ],
     "repositories": [
-        "https://repo.kotlin.link",
-        "https://dl.bintray.com/mipt-npm/dataforge",
-        "https://dl.bintray.com/mipt-npm/kscience",
-        "https://dl.bintray.com/mipt-npm/dev"
+        "https://repo.kotlin.link"
     ],
     "properties": {
         "v": "0.3.1"
@@ -18,7 +15,7 @@
     "link": "https://github.com/mipt-npm/plotly.kt",
     "description": "An experimental plotly.kt integration module. Supports static plots and HTML dashboards.",
     "dependencies": [
-        "kscience.plotlykt:plotlykt-core-jvm:$v"
+        "space.kscience:plotlykt-core-jvm:$v"
     ],
     "init": [
         "DISPLAY(HTML(JupyterPlotly.loadJs().toString()))",