Skip to content

Commit

Permalink
move repo to IndioInc
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-gruszczyk committed Feb 2, 2018
1 parent 7972adb commit 03486e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -3,8 +3,8 @@ SlothQL is a very thin layer on top of [graphql-core](https://github.com/graphql
(port from [graphql-js](https://github.com/graphql/graphql-js)),
providing a really simple and flexible interface.

[![Build Status](https://travis-ci.org/karol-gruszczyk/slothql.svg?branch=master)](https://travis-ci.org/karol-gruszczyk/slothql)
[![Coverage Status](https://coveralls.io/repos/github/karol-gruszczyk/slothql/badge.svg?branch=master)](https://coveralls.io/github/karol-gruszczyk/slothql?branch=master)
[![Build Status](https://travis-ci.org/IndioInc/slothql.svg?branch=master)](https://travis-ci.org/IndioInc/slothql)
[![Coverage Status](https://coveralls.io/repos/github/IndioInc/slothql/badge.svg?branch=master)](https://coveralls.io/github/IndioInc/slothql?branch=master)

## Requirements
* Python 3.6+
Expand All @@ -17,7 +17,7 @@ providing a really simple and flexible interface.

# Install
```bash
pip install git+https://github.com/karol-gruszczyk/slothql.git
pip install git+https://github.com/IndioInc/slothql.git
```

## Quick start
Expand Down
10 changes: 5 additions & 5 deletions README.rst
@@ -1,12 +1,12 @@
SlothQL
=======

.. image:: https://travis-ci.org/karol-gruszczyk/slothql.svg?branch=master
:target: https://travis-ci.org/karol-gruszczyk/slothql
.. image:: https://travis-ci.org/IndioInc/slothql.svg?branch=master
:target: https://travis-ci.org/IndioInc/slothql
:alt: Build

.. image:: https://coveralls.io/repos/github/karol-gruszczyk/slothql/badge.svg?branch=master
:target: https://coveralls.io/github/karol-gruszczyk/slothql?branch=master
.. image:: https://coveralls.io/repos/github/IndioInc/slothql/badge.svg?branch=master
:target: https://coveralls.io/github/IndioInc/slothql?branch=master
:alt: Coverage


Expand All @@ -18,4 +18,4 @@ Requirements
More info
---------

`GitHub <https://github.com/karol-gruszczyk/slothql/>`__
`GitHub <https://github.com/IndioInc/slothql/>`__
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@

packages=find_packages(exclude=['*.tests*']),

url='https://github.com/karol-gruszczyk/slothql/',
url='https://github.com/IndioInc/slothql/',
keywords='graphql framework django async aiohttp relay graphene',

license='MIT',
Expand Down

0 comments on commit 03486e6

Please sign in to comment.