From 33bd21f45a228aa4d0c1773e7846964de73d2de3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 17 Dec 2019 14:53:06 +0100 Subject: [PATCH] chore: move dependencies to GitLab Fixes #552 --- package-lock.json | 4 ++-- package.json | 2 +- stack.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00d481b46..e1895328f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16652,8 +16652,8 @@ } }, "tail.datetime": { - "version": "git+https://github.com/uni2work/tail.DateTime.git#57e4feb2d6a53c7e1d3630a2da7eb9a213fa288d", - "from": "git+https://github.com/uni2work/tail.DateTime.git#master" + "version": "git+ssh://git@gitlab2.rz.ifi.lmu.de/uni2work/tail.DateTime.git#ef1237569ff22667acb64a9dfd64682ee55817eb", + "from": "git+ssh://git@gitlab2.rz.ifi.lmu.de/uni2work/tail.DateTime.git#master" }, "tapable": { "version": "1.1.3", diff --git a/package.json b/package.json index 58d79f396..b4bbf8ab7 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "core-js": "^3.4.8", "moment": "^2.24.0", "npm": "^6.13.4", - "tail.datetime": "git+https://github.com/uni2work/tail.DateTime.git#master", + "tail.datetime": "git+ssh://git@gitlab2.rz.ifi.lmu.de/uni2work/tail.DateTime.git#master", "whatwg-fetch": "^3.0.0" } } diff --git a/stack.yaml b/stack.yaml index a1cd45876..0d3e7a7cf 100644 --- a/stack.yaml +++ b/stack.yaml @@ -11,11 +11,11 @@ packages: - . extra-deps: - - git: https://github.com/uni2work/encoding.git + - git: git@gitlab2.rz.ifi.lmu.de:/uni2work/encoding.git commit: 67bb87ceff53f0178c988dd4e15eeb2daee92b84 - - git: https://github.com/uni2work/memcached-binary.git + - git: git@gitlab2.rz.ifi.lmu.de:uni2work/memcached-binary.git commit: b5461747e7be226d3b67daebc3c9aefe8a4490ad - - git: https://github.com/uni2work/conduit-resumablesink.git + - git: git@gitlab2.rz.ifi.lmu.de:uni2work/conduit-resumablesink.git commit: cbea6159c2975d42f948525e03e12fc390da53c5 - zip-stream-0.2.0.1