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

Commit c83e853

Browse files
author
Hugo Osvaldo Barrera
committed
Move to GitHub
1 parent d003c18 commit c83e853

File tree

3 files changed

+6
-46
lines changed

3 files changed

+6
-46
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
django-mercadopago
22
==================
33

4-
.. image:: https://gitlab.com/hobarrera/django-mercadopago/badges/master/build.svg
5-
:target: https://gitlab.com/hobarrera/django-mercadopago/commits/master
4+
.. image:: https://travis-ci.com/WhyNotHugo/django-mercadopago.svg?branch=master
5+
:target: https://travis-ci.com/WhyNotHugo/django-mercadopago
66
:alt: build status
77

8-
.. image:: https://codecov.io/gl/hobarrera/django-mercadopago/branch/master/graph/badge.svg
9-
:target: https://codecov.io/gl/hobarrera/django-mercadopago
8+
.. image:: https://codecov.io/gh/whynothugo/django-mercadopago/branch/master/graph/badge.svg
9+
:target: https://codecov.io/gh/whynothugo/django-mercadopago
1010
:alt: coverage report
1111

1212
.. image:: https://img.shields.io/pypi/v/django-mercadopago.svg
1313
:target: https://pypi.python.org/pypi/django-mercadopago
1414
:alt: version on pypi
1515

1616
.. image:: https://img.shields.io/pypi/l/django-mercadopago.svg
17+
:target: https://github.com/WhyNotHugo/django-mercadopago/blob/master/LICENCE
1718
:alt: licence
1819

1920
**django-mercadopago** is a simple django application for interacting with

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description='MercadoPago integration for django',
88
author='Hugo Osvaldo Barrera',
99
author_email='hbarrera@z47.io',
10-
url='https://gitlab.com/hobarrera/django-mercadopago',
10+
url='https://github.com/WhyNotHugo/django-mercadopago',
1111
license='ISC',
1212
packages=find_packages(),
1313
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)