Archived
1
0
Fork 0

Fix repo URL

This commit is contained in:
Braiden Vasco 2017-07-20 21:05:01 +00:00
parent 495a6336a2
commit e4bccddaaf
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@ Lita::Adapters::Tox
===================
[![Gem Version](https://badge.fury.io/rb/lita-tox.svg)](http://badge.fury.io/rb/lita-tox)
[![Build Status](https://travis-ci.org/braiden-vasco/lita-tox.svg)](https://travis-ci.org/braiden-vasco/lita-tox)
[![Coverage Status](https://coveralls.io/repos/github/braiden-vasco/lita-tox/badge.svg)](https://coveralls.io/github/braiden-vasco/lita-tox)
[![Build Status](https://travis-ci.org/toxon/lita-tox.svg)](https://travis-ci.org/toxon/lita-tox)
[![Coverage Status](https://coveralls.io/repos/github/toxon/lita-tox/badge.svg)](https://coveralls.io/github/toxon/lita-tox)
[Tox](https://tox.chat) adapter for the [Lita](http://lita.io) chat bot.

View file

@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.summary = 'Tox adapter for the Lita chat bot'
spec.description = 'Tox adapter for the Lita chat bot.'
spec.homepage = 'https://github.com/braiden-vasco/lita-tox'
spec.homepage = 'https://github.com/toxon/lita-tox'
spec.license = 'GPL-3.0'
spec.required_ruby_version = '~> 2.3'