Fix repo URL
This commit is contained in:
parent
495a6336a2
commit
e4bccddaaf
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Reference in a new issue