Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit f0ff62d

Browse files
committed
Update ownership related things after repo transfer.
1 parent db25e73 commit f0ff62d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at datateam@liligo.com. All
58+
reported by contacting the project team at https://github.com/pyrooka/metabase-cubejs-driver/discussions. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# metabase-cubejs-driver
22

3-
[![Latest Release](https://img.shields.io/github/v/release/lili-data/metabase-cubejs-driver)](https://img.shields.io/github/v/release/lili-data/metabase-cubejs-driver)
4-
[![GitHub license](https://img.shields.io/badge/license-AGPL-05B8CC.svg)](https://raw.githubusercontent.com/lili-data/metabase-cubejs-driver/master/LICENSE)
3+
[![Latest Release](https://img.shields.io/github/v/release/pyrooka/metabase-cubejs-driver)](https://img.shields.io/github/v/release/pyrooka/metabase-cubejs-driver)
4+
[![GitHub license](https://img.shields.io/badge/license-AGPL-05B8CC.svg)](https://raw.githubusercontent.com/pyrooka/metabase-cubejs-driver/master/LICENSE)
55

66
Cube.js driver for Metabase. With this driver you can connect your Cube.js server to Metabase just like a DB.
77
Metabase fetches all schemas (cubes) and that's all: you can make queries, filter the results and create beautiful charts and dashboards.
@@ -31,7 +31,7 @@ Explanation:
3131
- Metabase v0.35.0 or newer
3232
## Get the driver
3333
### Download
34-
Download from the [releases](https://github.com/lili-data/metabase-cubejs-driver/releases).
34+
Download from the [releases](https://github.com/pyrooka/metabase-cubejs-driver/releases).
3535
### Build with Docker
3636
1. Create the docker images: `make docker`
3737
2. Build the driver: `make build`
@@ -52,7 +52,7 @@ Note: you have to restart Metabase to load new plugins
5252
4. Explore the data ![Results](./docs/images/customresult.png)
5353
# Development
5454
## Roadmap
55-
[v1.0.0](https://github.com/lili-data/metabase-cubejs-driver/milestone/1)
55+
[v1.0.0](https://github.com/pyrooka/metabase-cubejs-driver/milestone/1)
5656

5757
## Testing the driver
5858
1. Create the docker images: `make docker`
@@ -64,4 +64,4 @@ Note: you have to restart Metabase to load new plugins
6464
- If you can fix/implement it create a pull request
6565

6666
# License
67-
[GNU Affero General Public License v3.0 (AGPL)](https://github.com/lili-data/metabase-cubejs-driver/blob/master/LICENSE)
67+
[GNU Affero General Public License v3.0 (AGPL)](https://github.com/pyrooka/metabase-cubejs-driver/blob/master/LICENSE)

0 commit comments

Comments
 (0)